Sort Score
Result 10 results
Languages All
Labels All
Results 4,921 - 4,930 of 78,378 for

doc format

(0.09 sec)
  1. HtmlSaveOptions.exportTextInputFormFieldAsText ...

    HtmlSaveOptions.exportTextInputFormFieldAsText property. Controls how text input form fields are saved to HTML or MHTML...due to requirements of this format. Examples Shows how to specify...images after saving to .html. let doc = new aw . Document ( base ....

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. Font.localeIdBi property | Aspose.Words for Nod...

    Font.localeIdBi property. Gets or sets the locale identifier (language) of the Formatted right-to-left characters....identifier (language) of the formatted right-to-left characters....and right-to-left text. let doc = new aw . Document (); let builder...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. ChartDataPointCollection.count property | Aspos...

    ChartDataPointCollection.count property. Returns the number of [ChartDataPoint](../../chartdatapoint/) in this collection.... def chart_data_point (): doc = aw . Document () builder =...= aw . DocumentBuilder ( doc ) shape = builder . insert_chart...

    reference.aspose.com/words/python-net/aspose.wo...
  4. MarkdownSaveOptions.list_export_mode property |...

    MarkdownSaveOptions.list_export_mode property. Specifies how list items will be written to the output file...non-compatible with Markdown format and will be recognized as plain...written to the markdown document. doc = aw . Document ( file_name =...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Font.locale_id_bi property | Aspose.Words for P...

    Font.locale_id_bi property. Gets or sets the locale identifier (language) of the Formatted right-to-left characters....identifier (language) of the formatted right-to-left characters....right-to-left, and right-to-left text. doc = aw . Document () builder =...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Aspose::Words::Document::get_DigitalSignatures ...

    Aspose::Words::Document::get_DigitalSignatures method. Gets the collection of digital signatures for this Document and their validation results in C++.... auto doc = System :: MakeObject < Aspose...); for ( auto && signature : doc -> get_DigitalSignatures ())...

    reference.aspose.com/words/cpp/aspose.words/doc...
  7. FieldTA | Aspose.Words for Java

    Implements the TA field in Java....throws Exception { Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); // Insert a TOA field, which...

    reference.aspose.com/words/java/com.aspose.word...
  8. DocumentBuilder.ListFormat | Aspose.Words for .NET

    Explore the DocumentBuilder ListFormat property to access and customize your current list Formatting settings for enhanced Document design....that represents current list formatting properties. public ListFormat...and numbered lists. Document doc = new Document (); DocumentBuilder...

    reference.aspose.com/words/net/aspose.words/doc...
  9. 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!... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Define a set of font settings...

    reference.aspose.com/words/net/aspose.words/fon...
  10. Make Markdown Using C++

    Make a new Markdown in C++ in a few steps. Easily create Markdown using C++ library....Examples Output format DOCX PDF MD HTML TXT DOC DOT DOCM DOTX DOTM...ODT OTT XPS Select the target format from the list Run code dotnet...

    products.aspose.com/words/cpp/make/md/