SyntaxWriterWriteStringWithStyle Method

Write a string value with a style

Definition

Namespace: Sandcastle.Core.BuildAssembler.SyntaxGenerator
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2024.9.12.0
public abstract void WriteStringWithStyle(
	string text,
	string style
)

Parameters

text  String
The string to write
style  String
The style class ID to use

See Also