aspose.words.fields.FieldInfo class. Implements the INFO field...with Fields documentation article. Remarks Inserts information...information about a document property. Inheritance: FieldInfo → Field Constructors...
aspose.words.markup.CustomXmlPartCollection class. Represents a collection of Custom XML Parts...Structured Document Tags or Content Control documentation article...data stored in a document via the Document.custom_xml_parts property...
Represents a note tag.... // The path to the documents directory. string dataDir...object of the Document class Document doc = new Document (); // Initialize...
aspose.words.saving.BookmarksOutlineLevelCollection class. A collection of individual bookmarks outline level...Working with Bookmarks documentation article. Remarks Key is...will not be displayed in the document outline. Specify 1 and Word...
Aspose.Words for .NET 21.9 Release Notes – the latest updates and fixes....Optimize the PDF output size for document with multiple gradient filled...WORDSNET-15320 Document’s comment is lost after comparing documents Bug...
BuildingBlock FirstSection property. Gets the first section in the building block in C#....custom building block to a document. public void CreateAndInsert...CreateAndInsert () { // A document's glossary document stores building blocks...
BuildingBlock LastSection property. Gets the last section in the building block in C#....custom building block to a document. public void CreateAndInsert...CreateAndInsert () { // A document's glossary document stores building blocks...
RunCollection indexer. Retrieves a [Run](../../run/) at the given index.... Document ( file_name = MY_DIR + 'Revision...docx' ) # When we edit the document while the "Track Changes"...
Aspose::Words::RunCollection::idx_get method. Retrieves a Run at the given index in C++.... auto doc = MakeObject < Document > ( MyDir + u "Revision runs...docx" ); // When we edit the document while the "Track Changes"...
Specifies the possible crossing points for an axis in Java.... Examples: Shows how to insert a chart and modify the appearance...appearance of its axes. Document doc = new Document(); DocumentBuilder...