Represents a transition form of the presentation for saving into a web format....Returns global storage of the document. Read-only Storage . Input...of output elements of the document. Read-only Output . Methods...
CompatibilityOptions OptimizeFor method. Allows to optimize the Document contents as well as default Aspose.Words behavior to a particular versions of MS Word in C#....method Allows to optimize the document contents as well as default...“Compatibility mode” ribbon upon document loading. (Note that you may...
Aspose.Words.Fields.FieldNoteRef class. Implements the NOTEREF field in C#....the Working with Fields documentation article. public class FieldNoteRef...modifications made to the document. IsLocked { get; set; } Gets...
HyphenationOptions AutoHyphenation property. Gets or sets value determining whether automatic hyphenation is turned on for the Document. Default value for this property is false in C#....hyphenation is turned on for the document. Default value for this property...automatic hyphenation. Document doc = new Document (); DocumentBuilder...
Save options for export to Excel format...Response object be closed after document saved into response. ExtractOcrSublayerOn...extracting image or text for PDF documents with OCR sublayer. Format...
Convert page and save it as text stream....first PDF document page. Document doc = new Document ( inFile...namespace Aspose.Pdf.Devices assembly Aspose.PDF ExtractionOptions...
Range Revisions property. Gets a collection of revisions tracked changes that exist in this range in C#....means if you remove parts of a document that contain revisions, the...revisions in range. Document doc = new Document ( MyDir + "Revisions...
Border LineWidth property. Gets or sets the border width in points in C#....border into a document. Document doc = new Document (); DocumentBuilder...Border namespace Aspose.Words assembly Aspose.Words Border.LineStyle...
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...