Sort Score
Result 10 results
Languages All
Labels All
Results 1,381 - 1,390 of 182,136 for

doc

(0.18 sec)
  1. Autofit Setting to Tables in Jython|Aspose.Word...

    Autofit Setting to Tables using Jython....'programming_documents/' doc = Document ( self . dataDir + "TestFile.doc" ) self...autofit_table_to_contents ( doc ) self . autofit_table_to_fixed_width_columns...

    docs.aspose.com/words/java/autofit-setting-to-t...
  2. CustomPart.name property | Aspose.Words for Python

    CustomPart.name property. Gets or sets this part's absolute name within the OOXML package or the target URL.... doc = aw . Document ( MY_DIR + 'Custom...docx' ) self . assertEqual ( 2 , doc . package_custom_parts . count...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Გადაიყვანეთ Გამოსახულება DOC Python

    გადაიყვანეთ Გამოსახულება Doc Python ფორმატში კოდით. შეინახეთ Გამოსახულება როგორც Doc Python....გადაიყვანეთ გამოსახულება DOC Python ში მაღალსიჩქარიანი პროგრამული...Python ბიბლიოთეკა გამოსახულება DOC გამოიყენეთ ჩვენი დოკუმენტის კონვერტაციის...

    products.aspose.com/words/ka/python-net/convers...
  4. Aspose::Words::Tables::Cell::get_CellFormat met...

    Aspose::Words::Tables::Cell::get_CellFormat method. Provides access to the formatting properties of the cell in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); System :: SharedPtr < Aspose...

    reference.aspose.com/words/cpp/aspose.words.tab...
  5. DocumentSecurity Enum | Aspose.Words for .NET

    Discover Aspose.Words.DocumentSecurity enum to enhance your Document's security. Easily specify and manage security levels for optimal protection....Document doc = new Document (); Assert . That ( doc . BuiltInDocumentPrope..."Security" built-in property. doc . WriteProtection . ReadOnlyRecommended...

    reference.aspose.com/words/net/aspose.words.pro...
  6. Row constructor | Aspose.Words for Python

    Row constructor. Initializes a new instance of the [Row](../) class....Row constructor Row(doc) Initializes a new instance of the Row...class. def __init__ ( self , doc : aspose . words . DocumentBase...

    reference.aspose.com/words/python-net/aspose.wo...
  7. DocumentProperty.is_link_to_content property | ...

    DocumentProperty.is_link_to_content property. Shows whether this property is linked to content or not.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) builder . start_bookmark...

    reference.aspose.com/words/python-net/aspose.wo...
  8. SystemFontSource.get_system_font_folders method...

    SystemFontSource.get_system_font_folders method. Returns system font folders or empty array if folders are not accessible.... doc = aw . Document () doc . font_settings =...self . assertEqual ( 1 , len ( doc . font_settings . get_fonts_sources...

    reference.aspose.com/words/python-net/aspose.wo...
  9. NodeCollection.clear method | Aspose.Words for ...

    NodeCollection.clear method. Removes all nodes from this collection and from the Document.... let doc = new aw . Document ( base ....expect ( doc . sections . count ). toEqual ( 1 ); expect ( doc . sections...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. CustomXmlProperty constructor | Aspose.Words fo...

    CustomXmlProperty constructor. Initializes a new instance of this class.... def create (): doc = aw . Document () # A smart...smart_tag = aw . markup . SmartTag ( doc ) # Smart tags are composite...

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