Click or drag to resize

DocxDocumentAddCharacterStyle Method

Aggiunge un nuovo stile di carattere

Namespace:  QsGemBox.Docx
Assembly:  QsGemBox (in QsGemBox.dll) Version: 24.6.0.0 (24.6.0.0)
Syntax
public DocxCharacterStyle AddCharacterStyle(
	string name
)

Parameters

name
Type: SystemString
Il nome dello stile

Return Value

Type: DocxCharacterStyle
L'oggetto stile
See Also