Sort Score
Result 10 results
Languages All
Labels All
Results 4,151 - 4,160 of 180,131 for

doc

(0.54 sec)
  1. ShapeBase.distance_left property | Aspose.Words...

    ShapeBase.distance_left property. Returns or sets the distance (in points) between the Document text and the left edge of the shape.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Insert a rectangle and...

    reference.aspose.com/words/python-net/aspose.wo...
  2. HeightRule enumeration | Aspose.Words for Python

    aspose.words.HeightRule enumeration. Specifies the rule for determining the height of an object.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) table = builder . start_table...

    reference.aspose.com/words/python-net/aspose.wo...
  3. ParagraphFormat | Aspose.Words for Java

    Represents all the formatting for a paragraph in Java.... Document doc = new Document(); // A blank...document node with no children. doc.removeAllChildren(); // This...

    reference.aspose.com/words/java/com.aspose.word...
  4. Aspose::Words::Style::get_Name method | Aspose....

    Aspose::Words::Style::get_Name method. Gets or sets the name of the style in C++.... auto doc = System :: MakeObject < Aspose...Document > (); ASSERT_EQ ( 4 , doc -> get_Styles () -> get_Count...

    reference.aspose.com/words/cpp/aspose.words/sty...
  5. Aspose::Words::Node::get_Document method | Aspo...

    Aspose::Words::Node::get_Document method. Gets the Document to which this node belongs in C++.... auto doc = System :: MakeObject < Aspose...Aspose :: Words :: Paragraph > ( doc ); para -> AppendChild < System...

    reference.aspose.com/words/cpp/aspose.words/nod...
  6. FieldIncludeText.LockFields | Aspose.Words for ...

    Control Document updates with the FieldIncludeText LockFields property. Easily prevent changes to included fields for enhanced Document integrity....FieldIncludeText () { Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Below are two ways to use...

    reference.aspose.com/words/net/aspose.words.fie...
  7. FontSubstitutionSettings Class | Aspose.Words f...

    Discover Aspose.Words.Fonts.FontSubstitutionSettings for efficient font management. Optimize Document rendering with customizable font substitution options.... Document doc = new Document (); doc . FontSettings =...font source. Assert . That ( doc . FontSettings . GetFontsSources...

    reference.aspose.com/words/net/aspose.words.fon...
  8. FieldOptions.FieldUpdatingCallback | Aspose.Wor...

    Discover the FieldOptions FieldUpdatingCallback property to easily manage IFieldUpdatingCallback implementations and enhance your data handling efficiency....FieldUpdatingCallbac () { Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . InsertField ( "...

    reference.aspose.com/words/net/aspose.words.fie...
  9. FieldIf.TrueText | Aspose.Words for .NET

    Discover the FieldIf TrueText property, easily manage displayed text for true comparison expressions, enhancing user experience and data clarity.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . Write ( "Statement...

    reference.aspose.com/words/net/aspose.words.fie...
  10. TabStopCollection.clear method | Aspose.Words f...

    TabStopCollection.clear method. Deletes all tab stop positions.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); let tabStops = builder . paragraphFormat...

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