Sort Score
Result 10 results
Languages All
Labels All
Results 2,741 - 2,750 of 4,674 for

assemble document

(0.04 sec)
  1. MultiPageLayout Class | Aspose.Words for .NET

    Defines layout rules for rendering multiple pages into one image using grid, horizontal or vertical style....Examples Shows how to save the document into JPG image with multi-page...layout settings. Document doc = new Document ( MyDir + "Rendering...

    reference.aspose.com/words/net/aspose.words.sav...
  2. StyleCollection.Add | Aspose.Words for .NET

    Discover the StyleCollection Add method to effortlessly create and add custom user-defined styles to your collection, enhancing your design flexibility....Style to a document’s styles collection. Document doc = new Document...Document (); StyleCollection styles = doc . Styles ; // Set default...

    reference.aspose.com/words/net/aspose.words/sty...
  3. Font.SizeBi | Aspose.Words for .NET

    Adjust the font size in points for right-to-left Documents effortlessly. Enhance readability and design with our easy-to-use Font SizeBi property!...points used in a right-to-left document. public double SizeBi { get...right-to-left text. Document doc = new Document (); DocumentBuilder...

    reference.aspose.com/words/net/aspose.words/fon...
  4. HtmlSaveOptions.OfficeMathOutputMode | Aspose.W...

    Discover HtmlSaveOptions' OfficeMathOutputMode for optimal HTML, MHTML, or EPUB exports. Customize OfficeMath object output with ease!... Document doc = new Document ( MyDir + "Office...docx" ); // When we save the document to HTML, we can pass a SaveOptions...

    reference.aspose.com/words/net/aspose.words.sav...
  5. Person | Aspose.Words for .NET

    Create a new Person instance effortlessly with our user-friendly constructor. Simplify your coding and enhance your projects today!...available in the document. Document document = new Document ( MyDir +...Bibliography bibliography = document . Bibliography ; Assert ....

    reference.aspose.com/words/net/aspose.words.bib...
  6. InlineStory.Paragraphs | Aspose.Words for .NET

    Discover the InlineStory Paragraphs property, access a unique collection of story paragraphs for enhanced content organization and readability.... Document doc = new Document (); DocumentBuilder...right-click this comment in the document body to edit it, or reply...

    reference.aspose.com/words/net/aspose.words/inl...
  7. MailMerge.ExecuteWithRegionsADO | Aspose.Words ...

    Streamline your Document creation with the MailMerge ExecuteWithRegionsADO method. Effortlessly merge ADO Recordset data for personalized results....Recordset object into the document with mail merge regions. public...the mail merge region in the document to populate. Remarks This...

    reference.aspose.com/words/net/aspose.words.mai...
  8. CustomPart.Name | Aspose.Words for .NET

    Discover how to manage CustomPart names in OOXML packages. Easily set or retrieve absolute names for seamless integration and enhanced functionality....access a document’s arbitrary custom parts collection. Document doc...doc = new Document ( MyDir + "Custom parts OOXML package.docx"...

    reference.aspose.com/words/net/aspose.words.mar...
  9. MarkdownListExportMode Enum | Aspose.Words for ...

    Discover how Aspose.Words' MarkdownListExportMode enum enhances list export to Markdown, ensuring precise formatting and seamless integration for your Documents....the markdown document. Document doc = new Document ( MyDir + "List...namespace Aspose.Words.Saving assembly Aspose.Words MarkdownLinkExportMo...

    reference.aspose.com/words/net/aspose.words.sav...
  10. DocumentBuilder.InsertCell | Aspose.Words for .NET

    Effortlessly enhance your Documents with the DocumentBuilder InsertCell method—quickly add customizable table cells for improved organization and clarity....Inserts a table cell into the document. public Cell InsertCell ()...to use a document builder to create a table. Document doc = new...

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