CompositeNode.getChild method. Returns an Nth child node that matches the specified type.... getChild ( nodeType : Aspose . Words . NodeType , index : number...break ; } See Also module Aspose.Words class CompositeNode CompositeNode...
DocumentVisitor.visitHeaderFooterEnd method. Called when enumeration of a header or footer in a section has ended....visitHeaderFooterEnd ( headerFooter : Aspose . Words . HeaderFooter ) Parameter...mBuilder ; } See Also module Aspose.Words class DocumentVisitor DocumentVisitor...
InlineStory.font property. Provides access to the font formatting of the anchor character of this object.... get font () : Aspose . Words . Font Examples Shows how...docx" ); See Also module Aspose.Words class InlineStory InlineStory...
InlineStory.parentParagraph property. Retrieves the parent [Paragraph](../../paragraph/) of this node....get parentParagraph () : Aspose . Words . Paragraph Examples Shows...docx" ); See Also module Aspose.Words class InlineStory InlineStory...
Comment.storyType property. Returns [StoryType.Comments](../../storytype/#Comments).... get storyType () : Aspose . Words . StoryType Examples Shows...docx" ); See Also module Aspose.Words class Comment Comment.replies...
DocumentVisitor.visitFieldSeparator method. Called when a field separator is encountered in the document....visitFieldSeparator ( fieldSeparator : Aspose . Words . Fields . FieldSeparator...mBuilder ; } See Also module Aspose.Words class DocumentVisitor DocumentVisitor...
InlineStory.first_paragraph property. Gets the first paragraph in the story....first_paragraph ( self ) -> aspose . words . Paragraph : ... Examples...docx' ) See Also module aspose.words class InlineStory InlineStory...