Sort Score
Result 10 results
Languages All
Labels All
Results 9,681 - 9,690 of 180,101 for

doc

(0.22 sec)
  1. Watermarker.create method | Aspose.Words for Py...

    Watermarker.create method. Creates new instance of the watermarker processor.... doc = MY_DIR + 'Big document.docx'...watermarker_context ) . from_file ( input = doc ) . to_file ( output = ARTIFACTS_DIR...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Python 和 .NET 版本差异|Python via .NET 格式的 Aspose.W...

    Aspose.Words for Python via .NET 是 Aspose.Words for .NET 的包装器,本页介绍了这两种产品的功能和 API 的差异。...档中第一个 Run 的字体颜色: doc = aw . Document ( docs_base . my_dir + "Document...cast it to Run object. run = doc . get_child ( aw . NodeType ...

    docs.aspose.com/words/zh/python-net/python-notes/
  3. StyleCollection.Add | Aspose.Words for .NET

    Discover the StyleCollection Add method to effortlessly create and add custom user-defined styles to your collection, enhancing your design flexibility....Document doc = new Document (); StyleCollection styles = doc . Styles...use it in a document. Document doc = new Document (); // A list...

    reference.aspose.com/words/net/aspose.words/sty...
  4. Aspose::Words::TabStop::Equals method | Aspose....

    Aspose::Words::TabStop::Equals method. Compares with the specified TabStop in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); System :: SharedPtr < Aspose...

    reference.aspose.com/words/cpp/aspose.words/tab...
  5. PhoneticGuide | Aspose.Words for Java

    Represents Phonetic Guide in Java.... Document doc = new Document(getMyDir() + "Phonetic...docx"); RunCollection runs = doc.getFirstSection().getBody().getFirstParagraph()...

    reference.aspose.com/words/java/com.aspose.word...
  6. HtmlFixedSaveOptions.page_horizontal_alignment ...

    HtmlFixedSaveOptions.page_horizontal_alignment property. Specifies the horizontal alignment of pages in an HTML Document... doc = aw . Document ( MY_DIR + 'Rendering...= page_horizontal_alignment doc . save ( ARTIFACTS_DIR + 'HtmlFixedSaveOptions...

    reference.aspose.com/words/python-net/aspose.wo...
  7. FieldFillIn | Aspose.Words for Java

    Implements the FILLIN field in Java....throws Exception { Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); // Insert a FILLIN field. When...

    reference.aspose.com/words/java/com.aspose.word...
  8. Bookmark.FirstColumn | Aspose.Words for .NET

    Discover the FirstColumn property. Easily access the zero-based index of the first column in your table's bookmark range for efficient data management.... Document doc = new Document ( MyDir + "Table...bookmarks.doc" ); foreach ( Bookmark bookmark in doc . Range ...

    reference.aspose.com/words/net/aspose.words/boo...
  9. Bookmark.LastColumn | Aspose.Words for .NET

    Discover the LastColumn property, easily access the zero-based index of the last column in your table's bookmark range for efficient data management.... Document doc = new Document ( MyDir + "Table...bookmarks.doc" ); foreach ( Bookmark bookmark in doc . Range ...

    reference.aspose.com/words/net/aspose.words/boo...
  10. Aspose::Words::WebExtensions::WebExtensionStore...

    Aspose::Words::WebExtensions::WebExtensionStoreType enum. Enumerates available types of a web extension store in C++.... auto doc = System :: MakeObject < Aspose...WebExtensions :: TaskPane > (); doc -> get_WebExtensionTaskPane ()...

    reference.aspose.com/words/cpp/aspose.words.web...