Fill.visible property. Gets or sets value that is ``True`` if the formatting applied to this instance, is visible.... doc = aw . Document () builder = aw . DocumentBuilder...right end: arrow = aw . drawing . Shape ( doc , aw . drawing . ShapeType...
Aspose.Words.Notes.FootnoteOptions class. Represents the footnote numbering options for a document or section...let doc = new aw . Document (); let builder = new aw . DocumentBuilder...); builder . insertFootnote ( aw . Notes . FootnoteType . Footnote...
Aspose.Words.Drawing.Charts.ChartXValue class. Represents an X value for a chart series....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...shape = builder . insertChart ( aw . Drawing . Charts . ChartType...
aspose.words.themes.ThemeFont enumeration. Specifies the types of theme font names for document themes.... doc = aw . Document () # Define fonts...default values. font . theme_font = aw . themes . ThemeFont . MINOR...
ControlChar.DEFAULT_TEXT_INPUT_CHAR property. This is the o character used as a default value in text input form fields.... doc = aw . Document () builder = aw . DocumentBuilder...builder . write ( 'Before space.' + aw . ControlChar . SPACE_CHAR +...
ControlChar.FIELD_SEPARATOR_CHAR property. Field separator character separates field code from field value... doc = aw . Document () builder = aw . DocumentBuilder...builder . write ( 'Before space.' + aw . ControlChar . SPACE_CHAR +...
Aspose.Words.Saving.TxtExportHeadersFootersMode enumeration. Specifies the way headers and footers are exported to plain text format.... let doc = new aw . Document (); // Insert even...headersFooters . add ( new aw . HeaderFooter ( doc , aw . HeaderFooterType...