| DocxDocumentAddCharacterStyle Method |
Aggiunge un nuovo stile di carattere
Namespace: QsGemBox.DocxAssembly: QsGemBox (in QsGemBox.dll) Version: 26.4.0.0 (26.4.0.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 String
- Il nome dello stile
Return Value
DocxCharacterStyleL'oggetto stile
See Also