Aspose.Words.Drawing.OlePackage class. Allows to access OLE Package properties in C#....Working with Ole Objects documentation article. public class OlePackage...embed any type of data into document. Now this application is excluded...
VbaProject Clone method. Performs a copy of the VbaProject in C#.... Document doc = new Document ( MyDir + "VBA project...project.docm" ); Document destDoc = new Document (); VbaProject...
Defines method for rendering TDocument into specified IDeviceaspose.svg.rendering/idevice....IDevice device , TDocument document ) Parameter Type Description...output device. document TDocument The document. See Also interface...
Document CustomXmlParts property. Gets or sets the collection of Custom XML Data Storage Parts in C#....CustomXmlParts Contents [ Hide ] Document.CustomXmlParts property Gets...Parts into OOXML and DOC documents only. This property cannot...
SmartTag Element property. Specifies the name of the smart tag within the Document in C#....of the smart tag within the document. public string Element { get...void Create () { Document doc = new Document (); // A smart tag...
SmartTag AcceptEnd method. Accepts a visitor for visiting the end of the SmartTag in C#....visitor DocumentVisitor The document visitor. Return Value The...void Create () { Document doc = new Document (); // A smart tag...
InlineStory IsMoveFromRevision property. Returns true if this object was moved deleted in Microsoft Word while change tracking was enabled in C#.... Document doc = new Document ( MyDir + "Revision...docx" ); // When we edit the document while the "Track Changes"...
OfficeMath MathObjectType property. Gets type MathObjectType of this Office Math object in C#....in a document. public void OfficeMathToText () { Document doc...doc = new Document ( MyDir + "DocumentVisitor-compatible features...
BookmarkEnd constructor. Initializes a new instance of the BookmarkEnd class in C#....doc DocumentBase The owner document. name String The name of the...CreateUpdateAndPrint () { // Create a document with three bookmarks, then...