Sort Score
Result 10 results
Languages All
Labels All
Results 5,311 - 5,320 of 88,760 for

doc format

(0.15 sec)
  1. Aspose::Words::Themes::ThemeColors::get_Dark2 m...

    Aspose::Words::Themes::ThemeColors::get_Dark2 method. Specifies color Dark 2 in C++.... auto doc = System :: MakeObject < Aspose...:: Themes :: Theme > theme = doc -> get_Theme (); // Some styles...

    reference.aspose.com/words/cpp/aspose.words.the...
  2. FieldTitle class | Aspose.Words for Python

    aspose.words.fields.FieldTitle class. Implements the TITLE field... (Inherited from Field ) format Gets a FieldFormat object that...provides typed access to field’s formatting. (Inherited from Field )...

    reference.aspose.com/words/python-net/aspose.wo...
  3. PclSaveOptions | Aspose.Words for Java

    Can be used to specify additional options when saving a Document into the SaveFormat.PCL Format in Java....PCL format. To learn more, visit the Specify...a document to PCL. Document doc = new Document(getMyDir() + "Rendering...

    reference.aspose.com/words/java/com.aspose.word...
  4. Aspose::Words::Font::get_Bidi method | Aspose.W...

    Aspose::Words::Font::get_Bidi method. Specifies whether the contents of this run shall have right-to-left characteristics in C++....complex script characters for formatting purposes. This means that...and right-to-left text. auto doc = System :: MakeObject < Aspose...

    reference.aspose.com/words/cpp/aspose.words/fon...
  5. MetafileRenderingOptions.RenderingMode | Aspose...

    Discover the MetafileRenderingOptions RenderingMode property to control how metafile images are rendered, enhancing your graphics quality and performance....save format. For images it is Bitmap. For other formats it is...HandleBinaryRasterWa () { Document doc = new Document ( MyDir + "WMF...

    reference.aspose.com/words/net/aspose.words.sav...
  6. Compress TIFF In C#

    Compress TIFF in C# without losing quality. Optimize TIFF content, reduce file size easily....code Output format TIFF Select the target format from the list...Copy using Aspose.Words; var doc = new Document(); var builder...

    products.aspose.com/words/net/compress/tiff/
  7. MetafileRenderingOptions.renderingMode property...

    MetafileRenderingOptions.renderingMode property. Gets or sets a value determining how metafile images should be rendered....default value depends on the save format. For images it is MetafileRenderingMod...MetafileRenderingMod.Bitmap . For other formats it is MetafileRenderingMod...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. Convert a Document in Python|Aspose.Words for P...

    Easily convert Documents from one Format to another using Python. You can work with all the most popular Formats like Microsoft Word Formats such as DocX or Doc, OpenDocument Formats such as ODT or OTT, web Formats such as HTML or XHTML, text Formats such as MarkDown or TXT, and others....convert documents from one format to another is one of the main...or saving a document in some format. As mentioned in previous sections...

    docs.aspose.com/words/python-net/convert-a-docu...
  9. Document.update_list_labels method | Aspose.Wor...

    Document.update_list_labels method. Updates list labels for all list items in the Document.... doc = aw . Document ( file_name =...'Rendering.docx' ) doc . update_list_labels () paras = doc . get_child_nodes...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Accessing JSON Data in Java|Aspose.Words for Java

    Learn how to access JSON data while building a report using LINQ in Java....</foreach> > Source code Document doc = ... // Loading a template document...ReportingEngine (); engine . buildReport ( doc , dataSource ); Result document...

    docs.aspose.com/words/java/accessing-json-data/