Sort Score
Result 10 results
Languages All
Labels All
Results 4,371 - 4,380 of 183,731 for

doc

(1.02 sec)
  1. ParagraphFormat.characterUnitRightIndent proper...

    ParagraphFormat.characterUnitRightIndent property. Gets or sets the right indent value (in characters) for the specified paragraphs.... let doc = new aw . Document (); let builder...DocumentBuilder ( doc ); let format = doc . firstSection . body...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. ParagraphFormat.lineUnitBefore property | Aspos...

    ParagraphFormat.lineUnitBefore property. Gets or sets the amount of spacing (in gridlines) before the paragraphs.... let doc = new aw . Document (); let builder...DocumentBuilder ( doc ); let format = doc . firstSection . body...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. ParagraphFormat.lineUnitAfter property | Aspose...

    ParagraphFormat.lineUnitAfter property. Gets or sets the amount of spacing (in gridlines) after the paragraphs.... let doc = new aw . Document (); let builder...DocumentBuilder ( doc ); let format = doc . firstSection . body...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. CustomPartCollection.RemoveAt | Aspose.Words fo...

    Effortlessly manage your CustomPartCollection with the RemoveAt method—quickly remove items by index for streamlined data handling.... Document doc = new Document ( MyDir + "Custom...package.docx" ); Assert . That ( doc . PackageCustomParts . Count...

    reference.aspose.com/words/net/aspose.words.mar...
  5. Aspose::Words::Fonts::FolderFontSource class | ...

    Aspose::Words::Fonts::FolderFontSource class. Represents the folder that contains TrueType font files. To learn more, visit the Documentation article in C++....get_FontsDir (), false , 1 ); auto doc = System :: MakeObject < Aspose...Aspose :: Words :: Document > (); doc -> set_FontSettings ( System...

    reference.aspose.com/words/cpp/aspose.words.fon...
  6. Aspose::Words::Drawing::ShapeBase::get_Distance...

    Aspose::Words::Drawing::ShapeBase::get_DistanceRight method. Returns or sets the distance (in points) between the Document text and the right edge of the shape in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); // Insert a rectangle and...

    reference.aspose.com/words/cpp/aspose.words.dra...
  7. Aspose::Words::Drawing::ShapeBase::get_Distance...

    Aspose::Words::Drawing::ShapeBase::get_DistanceTop method. Returns or sets the distance (in points) between the Document text and the top edge of the shape in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); // Insert a rectangle and...

    reference.aspose.com/words/cpp/aspose.words.dra...
  8. Aspose::Words::ParagraphFormat::get_OutlineLeve...

    Aspose::Words::ParagraphFormat::get_OutlineLevel method. Specifies the outline level of the paragraph in the Document in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); // Each paragraph has an OutlineLevel...

    reference.aspose.com/words/cpp/aspose.words/par...
  9. TextBox.Previous | Aspose.Words for .NET

    Discover the TextBox Previous property, effortlessly access the prior TextBox in your shape sequence for streamlined design and enhanced workflow.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); Shape textBoxShape1 = builder...

    reference.aspose.com/words/net/aspose.words.dra...
  10. CellFormat.fitText property | Aspose.Words for ...

    CellFormat.fitText property. If ``true``, fits text in the cell, compressing each paragraph to the width of the cell.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); builder . startTable (); //...

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