Sort Score
Result 10 results
Languages All
Labels All
Results 411 - 420 of 4,544 for

paragraph builder

(0.07 sec)
  1. PaperSize enumeration | Aspose.Words for Python

    aspose.words.PaperSize enumeration. Specifies paper size....Document () builder = aw . DocumentBuilder ( doc = doc ) builder . page_setup...paper_size = aw . PaperSize . LEGAL builder . page_setup . orientation...

    reference.aspose.com/words/python-net/aspose.wo...
  2. 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...
  3. DocumentBuilder.EndEditableRange | Aspose.Words...

    Discover the DocumentBuilder EndEditableRange method to efficiently mark editable sections in your documents, enhancing your editing workflow....DocumentBuilder builder = new DocumentBuilder ( doc ); builder . Writeln..." + " we cannot edit this paragraph without the password." );...

    reference.aspose.com/words/net/aspose.words/doc...
  4. ShapeBase.ParentParagraph | Aspose.Words for .NET

    Discover the ShapeBase ParentParagraph property—efficiently access the immediate parent Paragraph for streamlined content management and enhanced organization....immediate parent paragraph. public Paragraph ParentParagraph {...DocumentBuilder builder = new DocumentBuilder ( doc ); builder . Writeln...

    reference.aspose.com/words/net/aspose.words.dra...
  5. ParagraphFormat.borders property | Aspose.Words...

    ParagraphFormat.borders property. Gets collection of borders of the Paragraph....collection of borders of the paragraph. @property def borders ( self...Examples Shows how to insert a paragraph with a top border. doc = aw...

    reference.aspose.com/words/python-net/aspose.wo...
  6. BorderCollection.GetEnumerator | Aspose.Words f...

    Discover the BorderCollection GetEnumerator method to easily iterate through all borders, enhancing your coding efficiency and collection management....edit all of the borders in a paragraph format object. Document doc...Document (); DocumentBuilder builder = new DocumentBuilder ( doc...

    reference.aspose.com/words/net/aspose.words/bor...
  7. Aspose::Words::Lists::ListFormat::ApplyNumberDe...

    Aspose::Words::Lists::ListFormat::ApplyNumberDefault method. Starts a new default numbered list and applies it to the Paragraph in C++....list and applies it to the paragraph. void Aspose :: Words :: Lists...template, applies it to the paragraph and selects the 1st list level...

    reference.aspose.com/words/cpp/aspose.words.lis...
  8. Aspose::Words::ParagraphFormat::ClearFormatting...

    Aspose::Words::ParagraphFormat::ClearFormatting method. Resets to default Paragraph formatting in C++....method Resets to default paragraph formatting. void Aspose ::...Words :: Document > (); auto builder = System :: MakeObject < Aspose...

    reference.aspose.com/words/cpp/aspose.words/par...
  9. ListFormat.list_outdent method | Aspose.Words f...

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

    reference.aspose.com/words/python-net/aspose.wo...
  10. Aspose::Words::DocumentBuilder::get_CurrentNode...

    Aspose::Words::DocumentBuilder::get_CurrentNode method. Gets the node that is currently selected in this DocumentBuilder in C++....that is a direct child of a Paragraph . Any insert operations you...CurrentNode . When the current paragraph is empty or the cursor is...

    reference.aspose.com/words/cpp/aspose.words/doc...