Aspose.Words.HeaderFooterCollection class. Provides typed access to [HeaderFooter](../headerfooter/) nodes of a [Section](../section/)... let doc = new aw . Document (); // Create a header...let header = new aw . HeaderFooter ( doc , aw . HeaderFooterType...
CompositeNode.insert_after method. Inserts the specified node immediately after the specified reference node.... doc = aw . Document () # An empty document...first_paragraph paragraph_text = aw . Run ( doc = doc , text = 'Initial...
Font.style property. Gets or sets the character style applied to this formatting.... doc = aw . Document () builder = aw . DocumentBuilder...style = doc . styles . add ( aw . StyleType . CHARACTER , 'MyStyle'...
RevisionOptions.insertedTextColor property. Allows to specify the color to be used for inserted content [RevisionType.Insertion](../../../aspose.words/revisiontype/#Insertion)...let doc = new aw . Document (); let builder = new aw . DocumentBuilder...insertedTextColor ). toEqual ( aw . Layout . RevisionColor . ByAuthor...
ChartLegend.legendEntries property. Returns a collection of legend entries for all series and trendlines of the parent chart....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...shape = builder . insertChart ( aw . Drawing . Charts . ChartType...
FileFormatInfo.isEncrypted property. Returns ``true`` if the document is encrypted and requires a password to open.... let doc = new aw . Document (); // Configure a...saveOptions = new aw . Saving . OdtSaveOptions ( aw . SaveFormat ...