Sort Score
Result 10 results
Languages All
Labels All
Results 1,311 - 1,320 of 30,978 for

doc

(0.1 sec)
  1. ParagraphFormat.far_east_line_break_control pro...

    ParagraphFormat.far_east_line_break_control property. Gets or sets a flag indicating whether East Asian line-breaking rules are applied to the current paragraph.... doc = aw . Document ( file_name =...+ 'Document.docx' ) format = doc . first_section . body . first_paragraph...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Aspose::Words::BorderCollection::idx_get method...

    Aspose::Words::BorderCollection::idx_get method. Retrieves a Border object by border type in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); SharedPtr < BorderCollection...

    reference.aspose.com/words/cpp/aspose.words/bor...
  3. CommentRangeStart | Aspose.Words for Java

    Denotes the start of a region of text that has a comment associated with it in Java....throws Exception { Document doc = new Document(); Comment newComment...newComment = new Comment(doc); { newComment.setAuthor("VDeryushev");...

    reference.aspose.com/words/java/com.aspose.word...
  4. TextBox Class | Aspose.Words for .NET

    Discover the Aspose.Words.Drawing.TextBox class to easily customize text display within shapes, enhancing your Document's visual appeal and functionality.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Insert another textbox...

    reference.aspose.com/words/net/aspose.words.dra...
  5. BookmarkEnd constructor | Aspose.Words for Node.js

    BookmarkEnd constructor. Initializes a new instance of the [BookmarkEnd](../) class....BookmarkEnd constructor BookmarkEnd(doc, name) Initializes a new instance...BookmarkEnd class. BookmarkEnd ( doc : Aspose . Words . DocumentBase...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. DocumentBuilder.insertHyperlink method | Aspose...

    DocumentBuilder.insertHyperlink method. Inserts a hyperlink into the Document.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); builder . write ( "For more...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. Node.toString method | Aspose.Words for Node.js

    Aspose.Words.Node.toString method... let doc = new aw . Document ( base ...."Document.docx" ); let node = doc . lastSection . body . lastParagraph...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. FieldLastSavedBy | Aspose.Words for Java

    Implements the LASTSAVEDBY field in Java.... Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); // If we create a document...

    reference.aspose.com/words/java/com.aspose.word...
  9. FieldOcx | Aspose.Words for Java

    Implements the OCX field in Java.... Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); FieldOcx field = (FieldOcx)...

    reference.aspose.com/words/java/com.aspose.word...
  10. FieldUnknown | Aspose.Words for Java

    Implements an unknown or unrecognized field in Java.... Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); // Insert a field that does...

    reference.aspose.com/words/java/com.aspose.word...