Sort Score
Result 10 results
Languages All
Labels All
Results 631 - 640 of 4,545 for

paragraph builder

(0.46 sec)
  1. List.list_id property | Aspose.Words for Python

    List.list_id property. Gets the unique identifier of the list....Examples Shows how to output all paragraphs in a document that are list...Document () builder = aw . DocumentBuilder ( doc = doc ) builder . list_format...

    reference.aspose.com/words/python-net/aspose.wo...
  2. EditableRange Class | Aspose.Words for .NET

    Discover Aspose.Words.EditableRange class, your solution for managing editable text areas effortlessly. Enhance document editing with ease!...DocumentBuilder builder = new DocumentBuilder ( doc ); builder . Writeln..." + " we cannot edit this paragraph without the password." );...

    reference.aspose.com/words/net/aspose.words/edi...
  3. ParagraphFormat.line_spacing_rule property | As...

    ParagraphFormat.line_spacing_rule property. Gets or sets the line spacing for the Paragraph....the line spacing for the paragraph. @property def line_spacing_rule...spacing. doc = aw . Document () builder = aw . DocumentBuilder ( doc...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Aspose::Words::StyleType enum | Aspose.Words fo...

    Aspose::Words::StyleType enum. Represents type of the style in C++....Description Paragraph 1 The style is a paragraph style. Character...organize and decorate sets of paragraphs with prefix symbols and indents...

    reference.aspose.com/words/cpp/aspose.words/sty...
  5. Aspose::Words::Comparing::CompareOptions::get_I...

    Aspose::Words::Comparing::CompareOptions::get_IgnoreComments method. Specifies whether to compare differences in comments in C++....Words :: Document > (); auto builder = System :: MakeObject < Aspose...); // Paragraph text referenced with an endnote: builder -> Writeln...

    reference.aspose.com/words/cpp/aspose.words.com...
  6. Aspose::Words::Comparing::ComparisonTargetType ...

    Aspose::Words::Comparing::ComparisonTargetType enum. Allows to specify base document which will be used during comparison. Default value is Current in C++....Words :: Document > (); auto builder = System :: MakeObject < Aspose...); // Paragraph text referenced with an endnote: builder -> Writeln...

    reference.aspose.com/words/cpp/aspose.words.com...
  7. PageSetup.PaperSize | Aspose.Words for .NET

    Discover the PageSetup PaperSize property to easily customize and manage your document's paper size for optimal printing results....DocumentBuilder builder = new DocumentBuilder ( doc ); builder . PageSetup...PaperSize = PaperSize . Legal ; builder . PageSetup . Orientation =...

    reference.aspose.com/words/net/aspose.words/pag...
  8. EditableRangeEnd.nodeType property | Aspose.Wor...

    EditableRangeEnd.nodeType property. Returns [NodeType.EditableRangeEnd](../../nodetype/#EditableRangeEnd)....let builder = new aw . DocumentBuilder ( doc ); builder . writeln..." + " we cannot edit this paragraph without the password." );...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. ShapeBase.anchorLocked property | Aspose.Words ...

    ShapeBase.anchorLocked property. Specifies whether the shape's anchor is locked....lock or unlock a shape’s paragraph anchor. let doc = new aw ...let builder = new aw . DocumentBuilder ( doc ); builder . writeln...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. ListFormat.list_indent method | Aspose.Words fo...

    ListFormat.list_indent method. Increases the list level of the current Paragraph by one level....list level of the current paragraph by one level. def list_indent...Document () builder = aw . DocumentBuilder ( doc = doc ) builder . writeln...

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