DocxDocument.AddCharacterStyle Method

QsInformatica.Utils

DocxDocumentAddCharacterStyle Method

Aggiunge un nuovo stile di carattere

Namespace:  QsGemBox.Docx
Assembly:  QsGemBox (in QsGemBox.dll) Version: 22.4.2.0 (22.4.2.0)
Syntax
public DocxCharacterStyle AddCharacterStyle(
	string name
)
Public Function AddCharacterStyle ( 
	name As String
) As DocxCharacterStyle
public:
DocxCharacterStyle^ AddCharacterStyle(
	String^ name
)
member AddCharacterStyle : 
        name : string -> DocxCharacterStyle 

Parameters

name
Type: SystemString
Il nome dello stile

Return Value

Type: DocxCharacterStyle
L'oggetto stile
See Also