Sort Score
Result 10 results
Languages All
Labels All
Results 5,051 - 5,060 of 180,110 for

doc

(0.08 sec)
  1. Chart.axes property | Aspose.Words for Python

    Chart.axes property. Gets a collection of all axes of this chart.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) shape = builder . insert_chart...

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

    VbaProject constructor. Creates a blank [VbaProject](../).... doc = aw . Document () # Create a...project . name = 'Aspose.Project' doc . vba_project = project # Create...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Get XMP Metadata from PDF File in Python|Aspose...

    Discover how to retrieve XMP metadata from a PDF file in Python using Aspose.PDF, enabling detailed content analysis.... doc = self . Document () pdf = self...print "xmp:CreateDate: " + str ( doc . getMetadata () . get_Item (...

    docs.aspose.com/pdf/java/get-xmp-metadata-from-...
  4. StructuredDocumentTag.date_display_locale prope...

    StructuredDocumentTag.date_display_locale property. Allows to set/get the language format for the date displayed in this SDT.... doc = aw . Document () # Insert a...markup . StructuredDocumentTa ( doc , aw . markup . SdtType . DATE...

    reference.aspose.com/words/python-net/aspose.wo...
  5. StructuredDocumentTag.full_date property | Aspo...

    StructuredDocumentTag.full_date property. Specifies the full date and time last entered into this SDT.... doc = aw . Document () # Insert a...markup . StructuredDocumentTa ( doc , aw . markup . SdtType . DATE...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Table.AutoFit | Aspose.Words for .NET

    Discover the Table AutoFit method to effortlessly resize tables and cells for optimal layout. Enhance your Document's presentation with ease!... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); Table table = builder . StartTable...

    reference.aspose.com/words/net/aspose.words.tab...
  7. ListLevel.numberFormat property | Aspose.Words ...

    ListLevel.numberFormat property. Returns or sets the number format for the list level.... let doc = new aw . Document (); // A...its list levels. let list = doc . lists . add ( aw . Lists ....

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. Aspose::Words::Document::get_SpellingChecked me...

    Aspose::Words::Document::get_SpellingChecked method. Returns true if the Document has been checked for spelling in C++.... auto doc = System :: MakeObject < Aspose...string with spelling errors. doc -> get_FirstSection () -> get_Body...

    reference.aspose.com/words/cpp/aspose.words/doc...
  9. Aspose::Words::Document::get_JustificationMode ...

    Aspose::Words::Document::get_JustificationMode method. Gets or sets the character spacing adjustment of a Document in C++.... auto doc = System :: MakeObject < Aspose...JustificationMode justificationMode = doc -> get_JustificationMode ();...

    reference.aspose.com/words/cpp/aspose.words/doc...
  10. DocumentBuilder.insert_combo_box method | Aspos...

    DocumentBuilder.insert_combo_box method. Inserts a combobox form field at the current position.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Insert a form that prompts...

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