Sort Score
Result 10 results
Languages All
Labels All
Results 971 - 980 of 30,978 for

doc

(0.04 sec)
  1. Aspose::Words::Drawing::EndCap enum | Aspose.Wo...

    Aspose::Words::Drawing::EndCap enum. Specifies line cap style in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); // Below are four examples...

    reference.aspose.com/words/cpp/aspose.words.dra...
  2. GroupShape | Aspose.Words for Java

    Represents a group of shapes in a Document in Java....throws Exception { Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); // If you need to create "NonPrimitive"...

    reference.aspose.com/words/java/com.aspose.word...
  3. Row.ensureMinimum method | Aspose.Words for Nod...

    Row.ensureMinimum method. If the [Row](../) has no cells, creates and appends one [Cell](../../cell/).... let doc = new aw . Document (); let table...new aw . Tables . Table ( doc ); doc . firstSection . body . appendChild...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. Aspose::Words::Document::get_ShowGrammaticalErr...

    Aspose::Words::Document::get_ShowGrammaticalErrors method. Specifies whether to display grammar errors in this Document in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); // Insert two sentences with...

    reference.aspose.com/words/cpp/aspose.words/doc...
  5. Aspose::Words::Document::get_ShowSpellingErrors...

    Aspose::Words::Document::get_ShowSpellingErrors method. Specifies whether to display spelling errors in this Document in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); // Insert two sentences with...

    reference.aspose.com/words/cpp/aspose.words/doc...
  6. FindReplaceOptions.IgnoreFieldCodes | Aspose.Wo...

    Discover the FindReplaceOptions IgnoreFieldCodes property to easily manage text in field codes. Control visibility with a simple boolean setting!... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . InsertField ( "INCLUDETEXT"...

    reference.aspose.com/words/net/aspose.words.rep...
  7. Font.style property | Aspose.Words for Node.js

    Font.style property. Gets or sets the character style applied to this formatting.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); // Insert a custom style and...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. TxtSaveOptionsBase.encoding property | Aspose.W...

    TxtSaveOptionsBase.encoding property. Specifies the encoding to use when exporting in text formats... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Add some text with characters...

    reference.aspose.com/words/python-net/aspose.wo...
  9. FieldGoToButton.location property | Aspose.Word...

    FieldGoToButton.location property. Gets or sets the name of a bookmark, a page number, or some other item to jump to.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Add a GOTOBUTTON field...

    reference.aspose.com/words/python-net/aspose.wo...
  10. PageSetup.charactersPerLine property | Aspose.W...

    PageSetup.charactersPerLine property. Gets or sets the number of characters per line in the Document grid.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); // Enable pitching, and then...

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