Sort Score
Result 10 results
Languages All
Labels All
Results 4,721 - 4,730 of 157,121 for

doc

(0.05 sec)
  1. Table.relative_horizontal_alignment property | ...

    Table.relative_horizontal_alignment property. Gets or sets floating table relative horizontal alignment.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) table = builder . start_table...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Aspose::Words::Fields::FieldInclude::get_Bookma...

    Aspose::Words::Fields::FieldInclude::get_BookmarkName method. Gets or sets the name of the bookmark in the Document to include in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); // We can use an INCLUDE field...

    reference.aspose.com/words/cpp/aspose.words.fie...
  3. TableStyle.cellSpacing property | Aspose.Words ...

    TableStyle.cellSpacing property. Gets or sets the amount of space (in points) between the cells.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); let table = builder . startTable...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. ChartSeries.format property | Aspose.Words for ...

    ChartSeries.format property. Provides access to fill and line formatting of the series.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) shape = builder . insert_chart...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Aspose::Words::Lists::List::get_Document method...

    Aspose::Words::Lists::List::get_Document method. Gets the owner Document in C++.... auto doc = MakeObject < Document > ();...lists = doc -> get_Lists (); ASPOSE_ASSERT_EQ ( doc , lists ->...

    reference.aspose.com/words/cpp/aspose.words.lis...
  6. Aspose::Words::Document::get_RevisionsView meth...

    Aspose::Words::Document::get_RevisionsView method. Gets or sets a value indicating whether to work with the original or revised version of a Document in C++.... auto doc = MakeObject < Document > ( MyDir..."Revisions at list levels.docx" ); doc -> UpdateListLabels (); SharedPtr...

    reference.aspose.com/words/cpp/aspose.words/doc...
  7. ChartDataTable.format property | Aspose.Words f...

    ChartDataTable.format property. Provides access to fill of text background and border formatting of the data table.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) shape = builder . insert_chart...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Document.justification_mode property | Aspose.W...

    Document.justification_mode property. Gets or sets the character spacing adjustment of a Document.... doc = aw . Document ( file_name =...docx' ) justification_mode = doc . justification_mode if justification_mode...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Aspose::Words::Style::get_Type method | Aspose....

    Aspose::Words::Style::get_Type method. Gets the style type (paragraph or character) in C++....auto doc = MakeObject < Document > (); ASSERT_EQ ( 4 , doc -> get_Styles...SharedPtr < Style >>> stylesEnum = doc -> get_Styles () -> GetEnumerator...

    reference.aspose.com/words/cpp/aspose.words/sty...
  10. MarkdownSaveOptions.empty_paragraph_export_mode...

    MarkdownSaveOptions.empty_paragraph_export_mode property. Specifies how to export empty paragraphs to Markdown... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) builder . writeln ( 'First'...

    reference.aspose.com/words/python-net/aspose.wo...