Sort Score
Result 10 results
Languages All
Labels All
Results 2,561 - 2,570 of 80,730 for

doc format

(0.11 sec)
  1. Aspose::Words::Document::get_CustomXmlParts met...

    Aspose::Words::Document::get_CustomXmlParts method. Gets or sets the collection of Custom XML Data Storage Parts in C++....Custom XML Parts into OOXML and DOC documents only. This property...tag with custom XML data. auto doc = System :: MakeObject < Aspose...

    reference.aspose.com/words/cpp/aspose.words/doc...
  2. Convert Document to PDF|Aspose.Words for Java

    Convert a Document in any supported Format to PDF easily and fast instead of using Docx4j in Java....Document doc = new Document ( dataDir + "document.doc" ); doc . save...//Save the document in PDF format. doc . save ( dataDir + "html/Aspose_DocToHTML...

    docs.aspose.com/words/java/convert-document-to-...
  3. RevisionGroup.Text | Aspose.Words for .NET

    Explore the RevisionGroup Text property to access inserted, deleted, or moved text, enhancing your Document's Formatting insights and editing efficiency....inserted/deleted/moved text or description of format change. public string Text...revisions in a document. Document doc = new Document ( MyDir + "Revisions...

    reference.aspose.com/words/net/aspose.words/rev...
  4. FieldAddressBlock.FormatAddressOnCountryOrRegio...

    Optimize address Formatting with the FieldAddressBlock FormatAddressOnCountryOrRegion property, ensuring compliance with global postal standards for accurate delivery....property Gets or sets whether to format the address according to the...ADDRESSBLOCK field. Document doc = new Document (); DocumentBuilder...

    reference.aspose.com/words/net/aspose.words.fie...
  5. C# API to Export EPUB to PS | products.aspose.com

    Convert EPUB to PS without using Microsoft Word...convert documents of various formats. The PDF Processing API, Aspose...for converting EPUB files to DOC. It provides a range of features...

    products.aspose.com/total/net/conversion/epub-t...
  6. Aspose::Words::Saving::TxtSaveOptions::get_List...

    Aspose::Words::Saving::TxtSaveOptions::get_ListIndentation method. Gets a TxtListIndentation object that specifies how many and which character to use for indentation of list levels. By default it is zero count of character '\0', that means no indentation in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); // Create a list with three...

    reference.aspose.com/words/cpp/aspose.words.sav...
  7. Font.Position | Aspose.Words for .NET

    Discover the Font Position property, easily adjust text alignment in points for precise control over your typography. Elevate your design with flexible positioning!...how to format text to offset its position. Document doc = new...Paragraph para = ( Paragraph ) doc . GetChild ( NodeType . Paragraph...

    reference.aspose.com/words/net/aspose.words/fon...
  8. FieldFootnoteRef | Aspose.Words for Java

    Implements the FOOTNOTEREF field in Java....provides typed access to field’s formatting. getLocaleId() Gets the LCID...displays in the document. Document doc = new Document(); DocumentBuilder...

    reference.aspose.com/words/java/com.aspose.word...
  9. FieldUserName | Aspose.Words for Java

    Implements the USERNAME field in Java.... Document doc = new Document(); // Create a...userInformation.setName("John Doe"); doc.getFieldOptions().setCurrent...

    reference.aspose.com/words/java/com.aspose.word...
  10. FieldUserInitials | Aspose.Words for Java

    Implements the USERINITIALS field in Java.... Document doc = new Document(); // Create a...userInformation.setInitials("J. D."); doc.getFieldOptions().setCurrent...

    reference.aspose.com/words/java/com.aspose.word...