Sort Score
Result 10 results
Languages All
Labels All
Results 3,171 - 3,180 of 417,994 for

document

(0.11 sec)
  1. CleanupOptions Class | Aspose.Words for .NET

    Discover Aspose.Words.CleanupOptions to customize Document cleaning. Enhance your workflow with tailored settings for cleaner, more efficient Documents....Allows to specify options for document cleaning. To learn more, visit...visit the Clean Up a Document documentation article. public class...

    reference.aspose.com/words/net/aspose.words/cle...
  2. ImageType | Aspose.Words for Java

    Specifies the type format of an image in a Microsoft Word Document in Java....image in a Microsoft Word document. Examples: Shows how to add...check its type. Document doc = new Document(); DocumentBuilder...

    reference.aspose.com/words/java/com.aspose.word...
  3. Online PCL to WORDML Conversion or Build .NET b...

    Free online app to convert PCL to WORDML files. .NET C# conversion library code for PCL Documents....will be converted into WORDML document Download the converted WORDML...Automation API Open PCL file using Document class Convert PCL to Doc by...

    products.aspose.com/total/net/conversion/pcl-to...
  4. Revision details PDF compare - Free Support For...

    Hello I notice some problem with default save compared Document to PDF. It looks like PDF always export as “All markup” (compared to word). That produce some “first look” inconsistency like that: To reproduce this yo…...with default save compared document to PDF. It looks like PDF...following code: Document doc = new Document(); DocumentBuilder...

    forum.aspose.com/t/revision-details-pdf-compare...
  5. ParagraphFormat.Alignment | Aspose.Words for .NET

    Discover the ParagraphFormat Alignment property to easily customize text alignment for your paragraphs, enhancing readability and presentation....paragraph into the document. Document doc = new Document (); DocumentBuilder...Aspose.Words document by hand. Document doc = new Document (); // A...

    reference.aspose.com/words/net/aspose.words/par...
  6. Working with Sections in C#|Aspose.Words for .NET

    Understanding Document section concepts and manipulation practices using C#. Insert section into a Document C#. Remove section C#. Copy sections between Documents....work with document sections. Sometimes you want a document that does...orientation, or have the first document page as a cover page without...

    docs.aspose.com/words/net/working-with-sections/
  7. Get, Update and Expand a Bookmark|Aspose.PDF fo...

    This article describes how to use bookmarks in a PDF file with our Aspose.PDF for .NET library.... Get Bookmarks The Document object’s OutlineCollection...Child Bookmarks from a PDF Document Bookmarks can be organized...

    docs.aspose.com/pdf/net/get-update-and-expand-b...
  8. DocumentBuilder.InsertDocumentInline | Aspose.W...

    Effortlessly insert Documents inline with the DocumentBuilder InsertDocumentInline method, enhancing your workflow and Document editing experience....InsertDocumentInline method Inserts a document inline at the cursor position...Node InsertDocumentInline ( Document srcDoc , ImportFormatMode...

    reference.aspose.com/words/net/aspose.words/doc...
  9. Paragraph | Aspose.Words for Java

    Represents a paragraph of text in Java....Working with Paragraphs documentation article. Remarks: Paragraph...paragraph invalid when the document is opened in Microsoft Word...

    reference.aspose.com/words/java/com.aspose.word...
  10. Some styles were not copied correctly, like fon...

    Use the following code, I’m not able to copy all the styles correctly, the copied Document contains wrong font size: and here the source code which copy the styles: import com.aspose.words.*; import lombok.extern.sl…...styles correctly, the copied document contains wrong font size:...static Document copyAllStyles(Document sourceDoc, Document targetDoc)...

    forum.aspose.com/t/some-styles-were-not-copied-...