Sort Score
Result 10 results
Languages All
Labels All
Results 8,111 - 8,120 of 182,572 for

doc

(0.82 sec)
  1. BuiltInDocumentProperties.nameOfApplication pro...

    BuiltInDocumentProperties.nameOfApplication property. Gets or sets the name of the application.... let doc = new aw . Document ( base ...."Properties.docx" ); let properties = doc . builtInDocumentPrope ; // The...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. ChartDataLabelCollection indexer | Aspose.Words...

    ChartDataLabelCollection indexer. Returns [ChartDataLabel](../../chartdatalabel/) for the specified index.... def data_labels (): doc = aw . Document () builder =...= aw . DocumentBuilder ( doc ) chart_shape = builder . insert_chart...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Aspose::Words::ParagraphFormat::get_CharacterUn...

    Aspose::Words::ParagraphFormat::get_CharacterUnitFirstLineIndent method. Gets or sets the value (in characters) for the first-line or hanging indent. Use positive values to set the first-line indent, and negative values to set the hanging indent in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); System :: SharedPtr < Aspose...

    reference.aspose.com/words/cpp/aspose.words/par...
  4. Aspose::Words::Properties::BuiltInDocumentPrope...

    Aspose::Words::Properties::BuiltInDocumentProperties::get_LastSavedBy method. Gets or sets the name of the last author in C++.... auto doc = System :: MakeObject < Aspose...BuiltInDocumentPrope > properties = doc -> get_BuiltInDocumentPrope ();...

    reference.aspose.com/words/cpp/aspose.words.pro...
  5. Aspose::Words::Drawing::ShapeBase::get_HeightRe...

    Aspose::Words::Drawing::ShapeBase::get_HeightRelative method. Gets or sets the value that represents the percentage of shape's relative height in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); // Adding a simple shape with...

    reference.aspose.com/words/cpp/aspose.words.dra...
  6. ChartAxis.has_minor_gridlines property | Aspose...

    ChartAxis.has_minor_gridlines property. Gets or sets a flag indicating whether the axis has minor gridlines.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc ) shape = builder . insert_chart...

    reference.aspose.com/words/python-net/aspose.wo...
  7. ChartDataLabelCollection.clearFormat method | A...

    ChartDataLabelCollection.clearFormat method. Clears format of all [ChartDataLabel](../../chartdatalabel/) in this collection....( 'DataLabels' , () => { let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); let chartShape = builder ...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. Aspose::Words::Saving::FixedPageSaveOptions::ge...

    Aspose::Words::Saving::FixedPageSaveOptions::get_PageSet method. Gets or sets the pages to render. Default is all the pages in the Document in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); // Add five pages to the document...

    reference.aspose.com/words/cpp/aspose.words.sav...
  9. Aspose::Words::Replacing::FindReplaceOptions::g...

    Aspose::Words::Replacing::FindReplaceOptions::get_IgnoreFootnotes method. Gets or sets a boolean value indicating either to ignore footnotes. The default value is false in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); builder -> Write ( u "Lorem...

    reference.aspose.com/words/cpp/aspose.words.rep...
  10. SaveOptions.exportGeneratorName property | Aspo...

    SaveOptions.exportGeneratorName property. When ``true``, causes the name and version of Aspose.Words to be embedded into produced files... let doc = new aw . Document (); // Use https://docs.aspose...exportGeneratorName = false ; doc . save ( base . artifactsDir...

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