DocumentBase.footnote_separators property. Provides access to the footnote/endnote separators defined in the document.... doc = aw . Document ( file_name = MY_DIR...get_by_footnote_separator_type ( aw . notes . FootnoteSeparatorTyp...
InlineStory.first_paragraph property. Gets the first paragraph in the story.... doc = aw . Document () builder = aw . DocumentBuilder...insert_footnote ( footnote_type = aw . notes . FootnoteType . FOOTNOTE...
InlineStory.paragraphs property. Gets a collection of paragraphs that are immediate children of the story.... doc = aw . Document () builder = aw . DocumentBuilder...insert_footnote ( footnote_type = aw . notes . FootnoteType . FOOTNOTE...
FieldIndex.sequence_name property. Gets or sets the name of a sequence whose number is included with the page number.... doc = aw . Document () builder = aw . DocumentBuilder... insert_field ( field_type = aw . fields . FieldType . FIELD_INDEX...
Aspose.Words.Body class. Represents a container for the main text of a section... let doc = new aw . Document (); // A blank document...document node. let section = new aw . Section ( doc ); doc . appendChild...
aspose.words.drawing.charts.AxisGroup enumeration. Represents a type of a chart axis group.... doc = aw . Document () builder = aw . DocumentBuilder... insert_chart ( chart_type = aw . drawing . charts . ChartType...
TabStopCollection.count property. Gets the number of tab stops in the collection.... doc = aw . Document () builder = aw . DocumentBuilder...tab_stops . add ( tab_stop = aw . TabStop ( position = 72 ))...