Sort Score
Result 10 results
Languages All
Labels All
Results 2,431 - 2,440 of 4,694 for

assemble document

(0.04 sec)
  1. PdfEncryptionDetails constructor | Aspose.Words...

    aspose.words.saving.PdfEncryptionDetails constructor...on a saved PDF document. doc = aw . Document () builder = aw...saving . PdfPermissions . DOCUMENT_ASSEMBLY ) # Create a "PdfSaveOptions"...

    reference.aspose.com/words/python-net/aspose.wo...
  2. ParagraphFormat.WidowControl | Aspose.Words for...

    Discover how the ParagraphFormat WidowControl property ensures your text's first and last lines stay together on the same page for better readability.... Document doc = new Document (); DocumentBuilder...If we wish to preserve our document's dimensions, we can set this...

    reference.aspose.com/words/net/aspose.words/par...
  3. INodeChangingCallback.NodeInserting | Aspose.Wo...

    Discover the INodeChangingCallback NodeInserting method, which triggers before a Document node is inserted, ensuring seamless integration and enhanced functionality....before a node belonging to this document is about to be inserted into...FontChangeViaCallbac () { Document doc = new Document (); DocumentBuilder...

    reference.aspose.com/words/net/aspose.words/ino...
  4. FontInfo.IsTrueType | Aspose.Words for .NET

    Discover FontInfo's IsTrueType property, ensuring your font is TrueType or OpenType for superior quality—perfect for crisp and scalable designs....present in a document. Document doc = new Document ( MyDir + "Embedded...used and unused fonts in the document. for ( int i = 0 ; i < allFonts...

    reference.aspose.com/words/net/aspose.words.fon...
  5. Font.Shading | Aspose.Words for .NET

    Discover the Font Shading property, which provides a Shading object for customizable font formatting, enhancing your text's visual appeal....created by a document builder. Document doc = new Document (); DocumentBuilder...Font namespace Aspose.Words assembly Aspose.Words Font.Scaling...

    reference.aspose.com/words/net/aspose.words/fon...
  6. Watermark.Type | Aspose.Words for .NET

    Discover the Watermark Type property to enhance your design with customizable watermarks for branding and protection. Elevate your visuals today!... Document doc = new Document (); // Add a plain...doc . Save ( ArtifactsDir + "Document.TextWatermark.docx" ); //...

    reference.aspose.com/words/net/aspose.words/wat...
  7. TextBox.LayoutFlow | Aspose.Words for .NET

    Discover how the TextBox LayoutFlow property enhances text layout in shapes, improving design flexibility and readability for your projects.... Document doc = new Document (); DocumentBuilder...textBoxShape . TextBox ; // Move the document builder to inside the TextBox...

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

    Discover Aspose.Words.TabStopCollection. Easily manage custom tab stops for paragraphs and styles, enhancing your Document formatting with precision....Words Document Object Model (DOM) documentation article. public...Remarks In Microsoft Word documents, a tab stop can be defined...

    reference.aspose.com/words/net/aspose.words/tab...
  9. FieldCollection.Count | Aspose.Words for .NET

    Discover the FieldCollection Count property, which efficiently returns the total number of fields in your collection for streamlined data management.... Document doc = new Document (); DocumentBuilder...FieldCollection () { Document doc = new Document (); DocumentBuilder...

    reference.aspose.com/words/net/aspose.words.fie...
  10. ReplacerContext.SetReplacement | Aspose.Words f...

    Enhance your find and replace operations with the ReplacerContext SetReplacement method, allowing seamless pattern and replacement management for efficiency....how to replace string in the document using context. // There is...ways to replace string in the document: string doc = MyDir + "Footer...

    reference.aspose.com/words/net/aspose.words.low...