Sort Score
Result 10 results
Languages All
Labels All
Results 2,561 - 2,570 of 30,987 for

doc

(0.09 sec)
  1. ParagraphFormat.tab_stops property | Aspose.Wor...

    ParagraphFormat.tab_stops property. Gets the collection of custom tab stops defined for this object.... doc = aw . Document ( file_name =...between TOC and TOC9. for para in doc . get_child_nodes ( aw . NodeType...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Aspose::Words::Tables::Table::get_RightPadding ...

    Aspose::Words::Tables::Table::get_RightPadding method. Gets or sets the amount of space (in points) to add to the right of the contents of cells in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); SharedPtr < Table > table...

    reference.aspose.com/words/cpp/aspose.words.tab...
  3. Aspose::Words::Tables::Table::get_LeftPadding m...

    Aspose::Words::Tables::Table::get_LeftPadding method. Gets or sets the amount of space (in points) to add to the left of the contents of cells in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); SharedPtr < Table > table...

    reference.aspose.com/words/cpp/aspose.words.tab...
  4. SaveOptions.use_high_quality_rendering property...

    SaveOptions.use_high_quality_rendering property. Gets or sets a value determining whether or not to use high quality (i.e... doc = aw . Document ( file_name =...= aw . DocumentBuilder ( doc = doc ) builder . font . size =...

    reference.aspose.com/words/python-net/aspose.wo...
  5. CompositeNode.get_child_nodes method | Aspose.W...

    CompositeNode.get_child_nodes method. Returns a live collection of child nodes that match the specified type.... doc = aw . Document ( file_name =...'Comments.docx' ) comments = doc . get_child_nodes ( aw . NodeType...

    reference.aspose.com/words/python-net/aspose.wo...
  6. RtfLoadOptions.recognize_utf8_text property | A...

    RtfLoadOptions.recognize_utf8_text property. When set to ``True``, will try to detect UTF8 characters, they will be preserved during import....recognize_utf8_text = recognize_utf8_text doc = aw . Document ( MY_DIR + 'UTF-8...symbols”™ \r ' + '€, ¢, £, ¥, ¤' , doc . first_section . body . get_text...

    reference.aspose.com/words/python-net/aspose.wo...
  7. ChartLegend.Format | Aspose.Words for .NET

    Discover the ChartLegend Format property for easy customization of legend fill and line styles, enhancing your data visualization experience.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); Shape shape = builder . InsertChart...

    reference.aspose.com/words/net/aspose.words.dra...
  8. VbaModuleCollection.count property | Aspose.Wor...

    VbaModuleCollection.count property. Returns the number of VBA modules in the collection.... doc = aw . Document ( MY_DIR + 'VBA...of VBA modules. vba_project = doc . vba_project if vba_project...

    reference.aspose.com/words/python-net/aspose.wo...
  9. VbaProject.Modules | Aspose.Words for .NET

    Discover the VbaProject Modules property, effortlessly access and manage your VBA project modules for enhanced automation and efficiency.... Document doc = new Document ( MyDir + "VBA...modules. VbaProject vbaProject = doc . VbaProject ; Console . WriteLine...

    reference.aspose.com/words/net/aspose.words.vba...
  10. VbaProject.modules property | Aspose.Words for ...

    VbaProject.modules property. Returns collection of VBA project modules.... doc = aw . Document ( MY_DIR + 'VBA...of VBA modules. vba_project = doc . vba_project if vba_project...

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