LayoutCollector.getStartPageIndex method. Gets 1-based index of the page where node begins...doc = new aw . Document (); let layoutCollector = new aw . Layout...of content. let builder = new aw . DocumentBuilder ( doc ); builder...
ChartAxis.minorUnit property. Returns or sets the distance between minor tick marks....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...shape = builder . insertChart ( aw . Drawing . Charts . ChartType...
ChartAxis.tickMarkSpacing property. Gets or sets the interval, at which tick marks are drawn....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...shape = builder . insertChart ( aw . Drawing . Charts . ChartType...
ChartAxis.reverseOrder property. Returns or sets a flag indicating whether values of axis should be displayed in reverse order, i.e...let doc = new aw . Document (); let builder = new aw . DocumentBuilder...shape = builder . insertChart ( aw . Drawing . Charts . ChartType...
aspose.words.Node class. Base class for all nodes of a Word document... doc = aw . Document () para = doc . first_section...first_paragraph para . append_child ( aw . Run ( doc = doc , text = 'Hello...
Aspose.Words.Properties.DocumentSecurity enumeration. Used as a value for the [BuiltInDocumentProperties.security](../builtindocumentproperties/security/) property... let doc = new aw . Document (); expect ( doc ...builtInDocumentPrope . security ). toEqual ( aw . Properties . DocumentSecurity...
ParagraphFormat.bidi property. Gets or sets whether this is a right-to-left paragraph.... doc = aw . Document () builder = aw . DocumentBuilder... insert_field ( field_type = aw . fields . FieldType . FIELD_BIDI_OUTLINE...
Cell.first_paragraph property. Gets the first paragraph among the immediate children.... doc = aw . Document () builder = aw . DocumentBuilder...create_nested_table (): doc = aw . Document () # Create the outer...