A Document event type. Opens a Document....DocumentOpen field A document event type. Opens a document. public const...namespace Aspose.Pdf.Facades assembly Aspose.PDF DocumentClose DocumentPrinted...
Aspose.Words.WebExtensions.WebExtensionStoreType enum. Enumerates available types of a web extension store in C#....extension to a document. Document doc = new Document (); // Create...which will be used by the document, // then set its default location...
Get XMP metadata from Document....GetXmpMetadata Document.GetXmpMetadata method Get XMP metadata...metadata from document. public void GetXmpMetadata ( Stream stream...
Aspose.Words.Fields.FieldHyperlink class. Implements the HYPERLINK field in C#....the Working with Fields documentation article. public class FieldHyperlink...modifications made to the document. IsImageMap { get; set; }...
Aspose.Words.Tables.RowFormat class. Represents all formatting for a table row in C#....the Working with Tables documentation article. public class RowFormat...of a table row. Document doc = new Document ( MyDir + "Tables...
ReflectionFormat Size property. Gets or sets a double value between 0.0 and 1.0 representing the size of the reflection as a percentage of the reflected object. The default value is 0.0 in C#.... Document doc = new Document ( MyDir + "Various...Reflection.docx" ); doc = new Document ( ArtifactsDir + "Shape.Reflection...
Many operations with font cant be executed if these operations are prohibited by license of this font. For example some font cant be embedded into PDF Document if license rules disable embedding for this font. This flag is used to disable any license restrictions for all fonts in current PDF Document. Be careful when using this flag. When it is set it means that person who sets this flag takes all responsibility of possible license/law violations on himself. So He takes it on its own risk. Its strongly recommended to use this flag only when you are fully confident that you are not breaking the copyright law. By default false....DisableFontLicenseVe Document.DisableFontLicenseVe property Many...can’t be embedded into PDF document if license rules disable embedding...
ShapeBase Font property. Provides access to the font formatting of this object in C#.... Document doc = new Document (); DocumentBuilder...text box back into the main document. builder . MoveTo ( shape...
Aspose.Words.Saving.PdfPageLayout enum. Specifies the page layout to be used when the Document is opened in a PDF reader in C#....layout to be used when the document is opened in a PDF reader...reader. Document doc = new Document ( MyDir + "Big document.docx"...
Node IsComposite property. Returns true if this node can contain other nodes in C#....RecurseChildren () { Document doc = new Document ( MyDir + "Paragraphs...contain child nodes, such as the document itself, is composite. Assert...