Sort Score
Result 10 results
Languages All
Labels All
Results 8,701 - 8,710 of 401,853 for

document

(0.38 sec)
  1. Font.Color | Aspose.Words for .NET

    Discover the Font Color property to easily customize text colors in your designs. Enhance readability and aesthetics with vibrant, eye-catching hues!... Document doc = new Document (); DocumentBuilder...hyperlink field. Document doc = new Document (); DocumentBuilder...

    reference.aspose.com/words/net/aspose.words/fon...
  2. PageSet.even property | Aspose.Words for Node.js

    PageSet.even property. Gets a set with all the even pages of the Document in their original order....all the even pages of the document in their original order. get...pages from the document. let doc = new aw . Document (); let builder...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. TxtListIndentation.character property | Aspose....

    TxtListIndentation.character property. Gets or sets which character to use for indenting list levels...saving a document to plaintext. let doc = new aw . Document (); let... which we can pass to the document's "Save" method // to modify...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. Table.firstRow property | Aspose.Words for Node.js

    Table.firstRow property. Returns the first [Row](../../../aspose.words.tables/row/) node in the table....tables in a document. let doc = new aw . Document ( base . myDir...into one. let doc = new aw . Document ( base . myDir + "Tables.docx"...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. java.lang.ClassCastException: class com.aspose....

    Hi team, wondering what might causing this error on load method. for input docx file attached ? throwing below error. java.lang.ClassCastException: class com.aspose.words.OfficeMath cannot be cast to class com.aspose.w…...Document; import java.io.FileInputStream;...-fail.docx")) { Document doc = new Document(fis); System.out...

    forum.aspose.com/t/java-lang-classcastexception...
  6. Get and Set Page Properties|Aspose.PDF for Java

    This topic explain how to get numbers in PDF file, get page properties and determine page color using Aspose.PDF for Java....PDF File When working with documents, you often want to know how...Open the PDF file using the Document class. Then use the PageCollection...

    docs.aspose.com/pdf/java/get-and-set-page-prope...
  7. Aspose::Words::WebExtensions::TaskPaneDockState...

    Aspose::Words::WebExtensions::TaskPaneDockState enum. Enumerates available locations of task pane object in C++....pane on the right side of the document window. Left 1 Dock the task...pane on the left side of the document window. Examples Shows how...

    reference.aspose.com/words/cpp/aspose.words.web...
  8. Aspose::Words::ImportFormatOptions::get_KeepSou...

    Aspose::Words::ImportFormatOptions::get_KeepSourceNumbering method. Gets or sets a boolean value that specifies how the numbering will be imported when it clashes in source and destination Documents. The default value is false in C++....in source and destination documents. The default value is false...Examples Shows how to import a document with numbered lists. auto...

    reference.aspose.com/words/cpp/aspose.words/imp...
  9. Insert Image in NPOI|Aspose.Words for .NET

    Add an image into a Document easily and fast instead of using NPOI in C#....Words ; Document doc = new Document (); DocumentBuilder...is used to add an image to document. C# using NPOI.XWPF.UserModel...

    docs.aspose.com/words/net/insert-image-in-npoi/
  10. CustomPartCollection.add method | Aspose.Words ...

    CustomPartCollection.add method. Adds an item to the collection....Examples Shows how to access a document’s arbitrary custom parts collection...collection. doc = aw . Document ( MY_DIR + 'Custom parts OOXML...

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