Sort Score
Result 10 results
Languages All
Labels All
Results 5,371 - 5,380 of 16,532 for

insert documents

(0.16 sec)
  1. CompareOptions.ignore_case_changes property | A...

    CompareOptions.ignore_case_changes property. True indicates that Documents comparison is case insensitive....property True indicates that documents comparison is case insensitive...to filter specific types of document elements when making a comparison...

    reference.aspose.com/words/python-net/aspose.wo...
  2. ChartNumberFormat.formatCode property | Aspose....

    ChartNumberFormat.formatCode property. Gets or sets the format code applied to a data label.... Document (); let builder = new aw ..."Monthly sales report" ; // Insert a custom chart series with...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. Format Rows and Columns|Documentation

    Aspose.Cells for Python via .NET can support change row height or column width, as well as apply formatting on rows or columns....Columns Insert or Delete Rows in an Excel Worksheet Inserting and...

    docs.aspose.com/cells/python-net/adjusting-row-...
  4. Aspose::Words::Themes::ThemeFonts class | Aspos...

    Aspose::Words::Themes::ThemeFonts class. Represents a collection of fonts in the font scheme, allowing to specify different fonts for different languages Latin, EastAsian and ComplexScript. To learn more, visit the documentation article in C++....with Styles and Themes documentation article. class ThemeFonts...themes. auto doc = MakeObject < Document > ( MyDir + u "Theme colors...

    reference.aspose.com/words/cpp/aspose.words.the...
  5. Aspose::Words::ParagraphFormat::get_SpaceBefore...

    Aspose::Words::ParagraphFormat::get_SpaceBefore method. Gets or sets the amount of spacing (in points) before the paragraph in C++.... auto doc = MakeObject < Document > (); auto builder = MakeObject...set_SpaceBeforeAuto ( autoSpacing ); // Insert two paragraphs that will have...

    reference.aspose.com/words/cpp/aspose.words/par...
  6. Aspose::Words::ParagraphFormat::get_SpaceAfter ...

    Aspose::Words::ParagraphFormat::get_SpaceAfter method. Gets or sets the amount of spacing (in points) after the paragraph in C++.... auto doc = MakeObject < Document > (); auto builder = MakeObject...set_SpaceBeforeAuto ( autoSpacing ); // Insert two paragraphs that will have...

    reference.aspose.com/words/cpp/aspose.words/par...
  7. OoxmlSaveOptions.compliance property | Aspose.W...

    OoxmlSaveOptions.compliance property. Specifies the OOXML version for the output document...OOXML version for the output document. The default value is OoxmlCompliance...for a saved document to adhere to. doc = aw . Document () builder...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Manage Placeholder|Aspose.Slides Documentation

    Change Text in a Placeholder in PowerPoint Slides using Java. Set Prompt Text in a Placeholder in PowerPoint Slides using Java....Slides, you can insert your preferred prompt texts...

    docs.aspose.com/slides/androidjava/manage-place...
  9. FieldIndex.run_subentries_on_same_line property...

    FieldIndex.run_subentries_on_same_line property. Gets or sets whether run subentries into the same line as the main entry.... Document () builder = aw . DocumentBuilder...each XE field found in the document. # Each entry will display...

    reference.aspose.com/words/python-net/aspose.wo...
  10. How to Convert PDF to CSV using Python

    This quick tutorial teaches how to convert PDF to CSV using Python. It comprise the environment setup details, step-by-step algorithm, and a code snippet to create a PDF to CSV file converter in Python....Load the source PDF document with the Document class for exporting...and then load the source PDF document from a stream or from the...

    kb.aspose.com/pdf/python/how-to-convert-pdf-to-...