Represents a Word document in Java....document can be accessed via typed collections, for example getSections()...can be selected by their node type using M:Aspose.Words.CompositeNode...
CompositeNode.getRun method. Returns an Nth child [Run](../../run/) node....isDeep : boolean ) Parameter Type Description index number Zero...the last node. isDeep boolean true to select from all child nodes...
CompositeNode.getSdtRangeEnd method. Returns an Nth child [StructuredDocumentTagRangeEnd](../../../aspose.words.markup/structureddocumenttagrangeend/) node....isDeep : boolean ) Parameter Type Description index number Zero...the last node. isDeep boolean true to select from all child nodes...
CompositeNode.getFootnote method. Returns an Nth child [Footnote](../../../aspose.words.notes/footnote/) node....isDeep : boolean ) Parameter Type Description index number Zero...the last node. isDeep boolean true to select from all child nodes...
CompositeNode.getComment method. Returns an Nth child [Comment](../../comment/) node....isDeep : boolean ) Parameter Type Description index number Zero...the last node. isDeep boolean true to select from all child nodes...
Class to specify additional options when saving a document into the SaveFormat.MARKDOWN format in Java....format("{0} shape {1}, of type {2}.{3}", mOutFileName, ++mCount...getExportGeneratorNa() When true , causes the name and version...
Discover the Node PreviousPreOrder method to efficiently retrieve the prior node using the preorder tree traversal algorithm for optimized data processing....( Node rootNode ) Parameter Type Description rootNode Node The...GetChildNodes ( NodeType . Shape , true ). OfType < Shape >(). Count...
Section.accept method. Accepts a visitor.... Parameter Type Description visitor DocumentVisitor...visit_section_end() at the end. Returns True if all nodes were visited; false...
Implements the PAGE field in Java....CENTER); // Below are three types of fields that we can use to...insertField(FieldType.FIELD_NUM_CHARS, true); builder.writeln(" characters");...
OfficeMath.accept method. Accepts a visitor.... Parameter Type Description visitor DocumentVisitor...visit_office_math_end() at the end. Returns True if all nodes were visited; false...