Document.page_count property. Gets the number of pages in the document as calculated by the most recent page layout operation.... doc = aw . Document () builder = aw . DocumentBuilder...1' ) builder . insert_break ( aw . BreakType . PAGE_BREAK ) builder...
Document.layoutOptions property. Gets a [LayoutOptions](../../../aspose.words.layout/layoutoptions/) object that represents options to control the layout process of this document....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...insertedTextColor ). toEqual ( aw . Layout . RevisionColor . ByAuthor...
OfficeMath.nodeType property. Returns [NodeType.OfficeMath](../../../aspose.words/nodetype/#OfficeMath).... let doc = new aw . Document ( base . myDir + "Office... mathObjectType ). toEqual ( aw . Math . MathObjectType . OMathPara...
Row.ensureMinimum method. If the [Row](../) has no cells, creates and appends one [Cell](../../cell/)....let doc = new aw . Document (); let table = new aw . Tables . Table...appendChild ( table ); let row = new aw . Tables . Row ( doc ); table...
FieldIndex.entry_type property. Gets or sets an index entry type used to build the index.... doc = aw . Document () builder = aw . DocumentBuilder... insert_field ( field_type = aw . fields . FieldType . FIELD_INDEX...
Cell.isFirstCell property. True if this is the first cell inside a row; false otherwise....'TableToText' , () => { let doc = new aw . Document ( base . myDir + ... getText () + "\"" ); return aw . VisitorAction . Continue ;...
PageSetup.textColumns property. Returns a collection that represents the set of text columns....let doc = new aw . Document (); let builder = new aw . DocumentBuilder..." ); builder . insertBreak ( aw . BreakType . ColumnBreak );...
PdfLoadOptions.skipPdfImages property. Gets or sets the flag indicating whether images must be skipped while loading PDF document... let options = new aw . Loading . PdfLoadOptions ();...isSkipPdfImages ; let doc = new aw . Document ( base . myDir + "Images...
MailMergeSettings.dataType property. Specifies the type of the mail-merge data source and the method of data access...let doc = new aw . Document (); let builder = new aw . DocumentBuilder...settings . mainDocumentType = aw . Settings . MailMergeMainDocumen...