aspose.words.markup.StructuredDocumentTag class. Represents a structured document tag (SDT or content control) in a document... doc = aw . Document () builder = aw . DocumentBuilder...er ( aw . StyleIdentifier . QUOTE ) sdt_plain_text = aw . markup...
Row.lastCell property. Returns the last [Cell](../../cell/) in the row....'TableToText' , () => { let doc = new aw . Document ( base . myDir + ... getText () + "\"" ); return aw . VisitorAction . Continue ;...
Row.isFirstRow property. True if this is the first row in a table; false otherwise....'TableToText' , () => { let doc = new aw . Document ( base . myDir + ... getText () + "\"" ); return aw . VisitorAction . Continue ;...
aspose.words.fonts.FontSourceBase class. This is an abstract base class for the classes that allow the user to specify various font sources... file_font_source = aw . fonts . FileFontSource ( file_path...0 ) doc = aw . Document () doc . font_settings = aw . fonts ....
DocumentBuilder.insert_paragraph method. Inserts a paragraph break into the document.... doc = aw . Document () builder = aw . DocumentBuilder...= 'Arial' font . underline = aw . Underline . DASH paragraph_format...
Aspose.Words.Drawing.Charts.LegendPosition enumeration. Specifies the possible positions for a chart legend....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...shape = builder . insertChart ( aw . Drawing . Charts . ChartType...