| DocxDocumentAddCharacterStyle Method |
Aggiunge un nuovo stile di carattere
Namespace:
QsGemBox.Docx
Assembly:
QsGemBox (in QsGemBox.dll) Version: 23.3.0.0 (23.3.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
- Type: SystemString
Il nome dello stile
Return Value
Type:
DocxCharacterStyleL'oggetto stile
See Also