CustomPart.clone method. Makes a deep enough copy of the object...Examples Shows how to access a document’s arbitrary custom parts collection...collection. doc = aw . Document ( MY_DIR + 'Custom parts OOXML...
CustomPartCollection.clear method. Removes all elements from the collection....Examples Shows how to access a document’s arbitrary custom parts collection...collection. doc = aw . Document ( MY_DIR + 'Custom parts OOXML...
CustomPartCollection.count property. Gets the number of elements contained in the collection....Examples Shows how to access a document’s arbitrary custom parts collection...collection. doc = aw . Document ( MY_DIR + 'Custom parts OOXML...
Aspose::Words::Revision::Accept method. Accepts this revision in C++....revisions in a document. auto doc = MakeObject < Document > (); auto...); // Normal editing of the document does not count as a revision...
Aspose::Words::Revision::get_Author method. Gets or sets the author of this revision. Can not be empty string or null in C++....revisions in a document. auto doc = MakeObject < Document > (); auto...); // Normal editing of the document does not count as a revision...
Discover the PdfSaveOptions PageLayout property to customize your PDF’s layout for optimal viewing in any reader. Enhance your Document's presentation!...layout to be used when the document is opened in a PDF reader...reader. Document doc = new Document ( MyDir + "Big document.docx"...
aspose.words.BookmarkStart class. Represents a start of a bookmark in a Word Document...start of a bookmark in a Word document. To learn more, visit the...Working with Bookmarks documentation article. Remarks A complete...
Aspose.Words.Rendering.PageInfo class. Represents information about a particular Document page...information about a particular document page. To learn more, visit...visit the Rendering documentation article. Remarks The page width...
aspose.words.fields.FieldChar class. Base class for nodes that represent field characters in a Document...represent field characters in a document. To learn more, visit the...the Working with Fields documentation article. Remarks A complete...
Aspose::Words::SubDocument::get_NodeType method. Returns SubDocument in C++....Shows how to access a master document’s subdocument. auto doc =...MakeObject < Document > ( MyDir + u "Master document.docx" ); SharedPtr...