Aspose::Words::Section::get_NodeType method. Returns Section in C++....{ auto doc = MakeObject < Document > ( MyDir + u "Paragraphs...contain child nodes, such as the document itself, is composite. ASSERT_TRUE...
Aspose::Words::Drawing::Shape::get_NodeType method. Returns Shape in C++....{ auto doc = MakeObject < Document > ( MyDir + u "Paragraphs...contain child nodes, such as the document itself, is composite. ASSERT_TRUE...
Aspose::Words::Drawing::GroupShape::get_NodeType method. Returns GroupShape in C++....{ auto doc = MakeObject < Document > ( MyDir + u "Paragraphs...contain child nodes, such as the document itself, is composite. ASSERT_TRUE...
Aspose::Words::CommentRangeStart::get_NodeType method. Returns CommentRangeStart in C++....{ auto doc = MakeObject < Document > ( MyDir + u "Paragraphs...contain child nodes, such as the document itself, is composite. ASSERT_TRUE...
Aspose::Words::BookmarkEnd::get_NodeType method. Returns BookmarkEnd in C++....{ auto doc = MakeObject < Document > ( MyDir + u "Paragraphs...contain child nodes, such as the document itself, is composite. ASSERT_TRUE...
Aspose::Words::Fields::FieldEnd::get_NodeType method. Returns FieldEnd in C++....{ auto doc = MakeObject < Document > ( MyDir + u "Paragraphs...contain child nodes, such as the document itself, is composite. ASSERT_TRUE...
Aspose::Words::Comment::get_Replies method. Returns a collection of Comment objects that are immediate children of the specified comment in C++....Examples Shows how to print all of a document’s comments and their...replies. auto doc = MakeObject < Document > ( MyDir + u "Comments.docx"...
FontInfo.panose property. Gets or sets the PANOSE typeface classification number....access and print details of each font in a document. doc = aw...aw . Document ( MY_DIR + 'Document.docx' ) for font_info in doc...
Aspose::Words::Markup::SdtListItemCollection::RemoveAt method. Removes a list item at the specified index in C++....structured document tags. auto doc = MakeObject < Document > (); auto...drop-down list structured document tag is a form that allows...
Aspose::Words::Saving::HtmlFixedSaveOptions::get_ResourceSavingCallback method. Allows to control how resources (images, fonts and css) are saved when a Document is exported to fixed page Html format in C++....and css) are saved when a document is exported to fixed page...Shows how to use a callback to print the URIs of external resources...