Sort Score
Result 10 results
Languages All
Labels All
Results 5,911 - 5,920 of 170,558 for

doc

(0.13 sec)
  1. TextColumn.spaceAfter property | Aspose.Words f...

    TextColumn.spaceAfter property. Gets or sets the space between this column and the next column in points... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); let pageSetup = builder ....

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. FindReplaceOptions.ignoreFootnotes property | A...

    FindReplaceOptions.ignoreFootnotes property. Gets or sets a boolean value indicating either to ignore footnotes... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); builder . write ( "Lorem ipsum...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. Chart.Legend | Aspose.Words for .NET

    Discover the Chart Legend property to customize your charts effortlessly. Enhance data visualization with tailored legend options for better insights!... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); Shape shape = builder . InsertChart...

    reference.aspose.com/words/net/aspose.words.dra...
  4. ChartLegendEntry.isHidden property | Aspose.Wor...

    ChartLegendEntry.isHidden property. Gets or sets a value indicating whether this entry is hidden in the chart legend... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); let shape = builder . insertChart...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. Table.AbsoluteHorizontalDistance | Aspose.Words...

    Discover the Table AbsoluteHorizontalDistance property to easily adjust your table's horizontal position in points. Optimize layout with a default of 0!... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); Table table = builder . StartTable...

    reference.aspose.com/words/net/aspose.words.tab...
  6. PdfCustomPropertiesExport enumeration | Aspose....

    aspose.words.saving.PdfCustomPropertiesExport enumeration. Specifies the way [Document.custom_Document_properties](../../aspose.words/Document/custom_Document_properties/) are exported to PDF file.... doc = aw . Document () doc . custom_document_properties...pdf_custom_properties_export_mode doc . save ( ARTIFACTS_DIR + 'PdfSaveOptions...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Aspose::Words::TextColumnCollection::SetCount m...

    Aspose::Words::TextColumnCollection::SetCount method. Arranges text into the specified number of text columns in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); System :: SharedPtr < Aspose...

    reference.aspose.com/words/cpp/aspose.words/tex...
  8. Aspose::Words::Drawing::Charts::ChartSeriesGrou...

    Aspose::Words::Drawing::Charts::ChartSeriesGroup::get_Overlap method. Gets or sets the percentage of how much the series bars or columns overlap in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); System :: SharedPtr < Aspose...

    reference.aspose.com/words/cpp/aspose.words.dra...
  9. Table.alignment property | Aspose.Words for Python

    Table.alignment property. Specifies how an inline table is aligned in the Document.... doc = aw . Document ( file_name =...MY_DIR + 'Tables.docx' ) table = doc . first_section . body . tables...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Cell.lastParagraph property | Aspose.Words for ...

    Cell.lastParagraph property. Gets the last paragraph among the immediate children.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); // Create a table with red...

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