Sort Score
Result 10 results
Languages All
Labels All
Results 6,091 - 6,100 of 133,682 for

doc

(0.14 sec)
  1. FieldIndex class | Aspose.Words for Python

    aspose.words.fields.FieldIndex class. Implements the INDEX field... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Create an INDEX field which...

    reference.aspose.com/words/python-net/aspose.wo...
  2. PageSet constructor | Aspose.Words for Python

    aspose.words.saving.PageSet constructor... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) builder . writeln ( 'Page...

    reference.aspose.com/words/python-net/aspose.wo...
  3. BuiltInDocumentProperties.bytes property | Aspo...

    BuiltInDocumentProperties.bytes property. Represents an estimate of the number of bytes in the Document.... def content_test (): doc = aw . Document ( MY_DIR + 'Paragraphs...'Paragraphs.docx' ) properties = doc . built_in_document_properties...

    reference.aspose.com/words/python-net/aspose.wo...
  4. ListCollection.get_list_by_list_id method | Asp...

    ListCollection.get_list_by_list_id method. Gets a list by a list identifier.... doc = aw . Document () lists = doc . lists self...self . assertEqual ( doc , lists . document ) list = lists . add...

    reference.aspose.com/words/python-net/aspose.wo...
  5. ChartSeriesGroup.first_slice_angle property | A...

    ChartSeriesGroup.first_slice_angle property. Gets or sets the angle, in degrees, of the first slice of the parent pie chart.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) shape = builder . insert_chart...

    reference.aspose.com/words/python-net/aspose.wo...
  6. ListLevel.start_at property | Aspose.Words for ...

    ListLevel.start_at property. Returns or sets the starting number for this list level.... doc = aw . Document () # A list allows...two of its list levels. list = doc . lists . add ( list_template...

    reference.aspose.com/words/python-net/aspose.wo...
  7. BuiltInDocumentProperties.characters_with_space...

    BuiltInDocumentProperties.characters_with_spaces property. Represents an estimate of the number of characters (including spaces) in the Document.... def content_test (): doc = aw . Document ( MY_DIR + 'Paragraphs...'Paragraphs.docx' ) properties = doc . built_in_document_properties...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Aspose::Words::Tables::CellFormat::get_Borders ...

    Aspose::Words::Tables::CellFormat::get_Borders method. Gets collection of borders of the cell in C++.... auto doc = MakeObject < Document > ( MyDir...SharedPtr < Table > firstTable = doc -> get_FirstSection () -> get_Body...

    reference.aspose.com/words/cpp/aspose.words.tab...
  9. Aspose::Words::StyleCollection::idx_get method ...

    Aspose::Words::StyleCollection::idx_get method. Gets a built-in style by its locale independent identifier in C++.... auto doc = MakeObject < Document > ();...< StyleCollection > styles = doc -> get_Styles (); // Set default...

    reference.aspose.com/words/cpp/aspose.words/sty...
  10. Bookmark.Name | Aspose.Words for .NET

    Manage your bookmarks effortlessly with Bookmark Name. Easily set or update your bookmark names for better organization and quick access.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // A valid bookmark has a...

    reference.aspose.com/words/net/aspose.words/boo...