aspose.words.StoryType enumeration. Text of a Word document is stored in stories... doc = aw . Document () builder = aw . DocumentBuilder... insert_shape ( shape_type = aw . drawing . ShapeType . CUBE...
FieldCitation.prefix property. Gets or sets a prefix that is prepended to the citation.... doc = aw . Document ( MY_DIR + 'Bibliography...'Bibliography.docx' ) builder = aw . DocumentBuilder ( doc ) builder...
ListLevel.isLegal property. True if the level turns all inherited numbers to Arabic, false if it preserves their number style....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...let list = doc . lists . add ( aw . Lists . ListTemplate . NumberDefault...
ListLevel.restartAfterLevel property. Sets or returns the list level that must appear before the specified list level restarts numbering....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...let list = doc . lists . add ( aw . Lists . ListTemplate . NumberDefault...
Aspose.Words.Saving.PdfPageMode enumeration. Specifies how the PDF document should be displayed when opened in the PDF reader.... let doc = new aw . Document ( base . myDir + "Bookmarks...to .PDF. let saveOptions = new aw . Saving . PdfSaveOptions ();...
PclSaveOptions.fallbackFontName property. Name of the font that will be used if no expected font is found in printer and built-in fonts collections....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...world!" ); let saveOptions = new aw . Saving . PclSaveOptions ();...
Field.type property. Gets the Microsoft Word field type....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...expect ( field . type ). toEqual ( aw . Fields . FieldType . FieldDate...
CompareOptions.advancedOptions property. Specifies advanced compare options that might help to produce more precise comparison output.... let docA = new aw . Document ( base . myDir + "DML...original.docx" ); let docB = new aw . Document ( base . myDir + "DML...