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...
Aspose.Words.LoadFormat enumeration. Indicates the format of the document that is to be loaded....file extension" ); let info = aw . FileFormatUtil . detectFileFormat...expect ( loadFormat ). toEqual ( aw . LoadFormat . Doc ); // Below...
Story.deleteShapes method. Deletes all shapes from the text of this story....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...Body. builder . insertShape ( aw . Drawing . ShapeType . Cube...
PreferredWidth.equals method. Determines whether the specified [PreferredWidth](../) is equal in value to the current [PreferredWidth](../).... doc = aw . Document () builder = aw . DocumentBuilder...cell_format . preferred_width = aw . tables . PreferredWidth . from_points...
EditableRange.editableRangeStart property. Gets the node that represents the start of the editable range....let doc = new aw . Document (); doc . protect ( aw . ProtectionType..."MyPassword" ); let builder = new aw . DocumentBuilder ( doc ); builder...
DocumentBuilder.start_bookmark method. Marks the current position in the document as a bookmark start.... doc = aw . Document () builder = aw . DocumentBuilder...bookmark. doc = aw . Document () builder = aw . DocumentBuilder...
SmartTag.accept method. Accepts a visitor....'Create' , () => { let doc = new aw . Document (); // A smart tag...underline. let smartTag = new aw . Markup . SmartTag ( doc );...
FieldIndex.heading property. Gets or sets a heading that appears at the start of each set of entries for any given letter.... doc = aw . Document () builder = aw . DocumentBuilder... insert_field ( field_type = aw . fields . FieldType . FIELD_INDEX...