Sort Score
Result 10 results
Languages All
Labels All
Results 4,781 - 4,790 of 89,966 for

doc format

(1.43 sec)
  1. Theme class | Aspose.Words for Python

    aspose.words.themes.Theme class. Represents Document Theme, and provides access to main theme parts including [Theme.major_fonts](./major_fonts/), [Theme.minor_fonts](./minor_fonts/) and [Theme.colors](./colors/) To learn more, visit the [Working with Styles and Themes](https://Docs.aspose.com/words/python-net/working-with-styles-and-themes/) Documentation article.... doc = aw . Document ( file_name =...default fonts and colors. theme = doc . theme # Some styles, such as...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Aspose::Words::Loading::MarkdownLoadOptions::ge...

    Aspose::Words::Loading::MarkdownLoadOptions::get_PreserveEmptyLines method. Gets or sets a boolean value indicating whether to preserve empty lines while load a Markdown Document. The default value is false. Normally, empty lines between block-level elements in Markdown are ignored. Empty lines at the beginning and end of the Document are also ignored. This option allows to import such empty lines in C++....mdText = System :: String :: Format ( u "{0}Line1{1}{2}Line2{3}{4}"...set_PreserveEmptyLines ( true ); auto doc = System :: MakeObject < Aspose...

    reference.aspose.com/words/cpp/aspose.words.loa...
  3. Font.NameBi | Aspose.Words for .NET

    Discover how to easily set and customize font names for right-to-left language Documents, enhancing readability and design. Optimize your text today!... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Define a set of font settings...

    reference.aspose.com/words/net/aspose.words/fon...
  4. Your First Application for Android via Java|Asp...

    Installing Aspose.Words for Android via Java....which is saved to disk in DOCX format. This example uses Android...the SDCard in DOCX format. try { Document doc = new Document ();...

    docs.aspose.com/words/java/your-first-application/
  5. Converting a PDF file to DOCX using C++ | Aspos...

    Sample code for PDF to DocX conversion using C++. Use C++ example for batch PDF to DocX conversion....a document from PDF to DOCX format with a modern document-processing...other possible conversion formats, see the Documentation pages...

    products.aspose.com/pdf/cpp/conversion/pdf-to-d...
  6. ChartSeries.Explosion | Aspose.Words for .NET

    Discover the ChartSeries Explosion property to customize pie chart data points. Adjust positioning for impactful visualizations—perfect for data storytelling!...void DataLabels () { Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); Shape chartShape = builder...

    reference.aspose.com/words/net/aspose.words.dra...
  7. Aspose::Words::Themes::ThemeColors::get_Accent3...

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

    reference.aspose.com/words/cpp/aspose.words.the...
  8. 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...
  9. 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...
  10. Converting a PDF file to PPTX using C++ | Aspos...

    Sample code for PDF to PPTX conversion using C++. Use C++ example for batch PDF to PPTX conversion....a document from PDF to PPTX format with a modern document-processing...other possible conversion formats, see the Documentation pages...

    products.aspose.com/pdf/cpp/conversion/pdf-to-p...