Sort Score
Result 10 results
Languages All
Labels All
Results 1,201 - 1,210 of 4,946 for

assemble document

(0.27 sec)
  1. Font Class | Aspose.Words for .NET

    Discover the Aspose.Words.Font class, featuring essential font attributes like name, size, and color to enhance your Document formatting and design....the Working with Fonts documentation article. public class Font...in a right-to-left language document. NameFarEast { get; set; }...

    reference.aspose.com/words/net/aspose.words/font/
  2. TxtSaveOptionsBase Class | Aspose.Words for .NET

    Discover Aspose.Words.Saving.TxtSaveOptionsBase for enhanced Document saving. Customize your text format options for optimal results and efficiency....additional options when saving a document into a text based formats...the Specify Save Options documentation article. public abstract...

    reference.aspose.com/words/net/aspose.words.sav...
  3. LanguagePreferences.DefaultEditingLanguage | As...

    Manage your editing experience with the LanguagePreferences DefaultEditingLanguage property. Easily set and customize your default editing language....default language when loading a document. LoadOptions loadOptions =...EditingLanguage . Russian ; Document doc = new Document ( MyDir + "No default...

    reference.aspose.com/words/net/aspose.words.loa...
  4. ZoomType Enum | Aspose.Words for .NET

    Discover Aspose.Words.Settings.ZoomType enum to customize Document display sizes in Microsoft Word for optimal viewing and productivity....for how large or small the document appears on the screen in Microsoft...to a document upon loading. Document doc = new Document (); DocumentBuilder...

    reference.aspose.com/words/net/aspose.words.set...
  5. FontSavingArgs.OriginalFileName | Aspose.Words ...

    Discover the FontSavingArgs OriginalFileName property to easily retrieve the original font file name and enhance your font management efficiency....SaveExportedFonts () { Document doc = new Document ( MyDir + "Rendering...them alongside the output document. doc . Save ( ArtifactsDir...

    reference.aspose.com/words/net/aspose.words.sav...
  6. DocumentVisitor.VisitFieldStart | Aspose.Words ...

    Discover the DocumentVisitor VisitFieldStart method, triggered at the start of a field in your Document, enhancing your coding efficiency and workflow....when a field starts in the document. public virtual VisitorAction...Remarks A field in a Word document consists of a field code and...

    reference.aspose.com/words/net/aspose.words/doc...
  7. SoftEdgeFormat.Radius | Aspose.Words for .NET

    Discover the SoftEdgeFormat Radius property to easily adjust soft edge effects. Control radius length with precision for stunning visual results.... Document doc = new Document ( MyDir + "Rendering.... Radius = 30 ; builder . Document . Save ( ArtifactsDir + "Shape...

    reference.aspose.com/words/net/aspose.words.dra...
  8. FieldPrivate Class | Aspose.Words for .NET

    Discover the Aspose.Words.Fields.FieldPrivate class for seamless integration of PRIVATE fields, enhancing Document automation and customization....the Working with Fields documentation article. public class FieldPrivate...modifications made to the document. IsLocked { get; set; } Gets...

    reference.aspose.com/words/net/aspose.words.fie...
  9. CustomDocumentProperties.AddLinkToContent | Asp...

    Discover the CustomDocumentProperties AddLinkToContent method to effortlessly create linked custom Document properties for enhanced Document management....new linked to content custom document property. public DocumentProperty...a custom document property to a bookmark. Document doc = new...

    reference.aspose.com/words/net/aspose.words.pro...
  10. DocumentBuilder.InsertBreak | Aspose.Words for ...

    Enhance your Documents effortlessly with the DocumentBuilder InsertBreak method, allowing you to seamlessly add custom breaks for improved formatting....the specified type into the document. public void InsertBreak (...section or line break into the document. Examples Shows how to create...

    reference.aspose.com/words/net/aspose.words/doc...