Sort Score
Result 10 results
Languages All
Labels All
Results 471 - 480 of 8,673 for

paragraph

(0.14 sec)
  1. How to create a content control(SDT) when you h...

    Hi Team, Let’s take an example such that a documents consists of below text Hello World How to write a regex pattern to match and create a content control? I need to match both Hello and World and it should create a …...if the current node is a paragraph if (currentNode.NodeType ==...NodeType.Paragraph) { Paragraph currentParagraph = (Paragraph)currentNode;...

    forum.aspose.com/t/how-to-create-a-content-cont...
  2. Aspose::Words::DocumentBase::get_Styles method ...

    Aspose::Words::DocumentBase::get_Styles method. Returns a collection of styles defined in the document in C++....Shows how to create and use a paragraph style with list formatting...doc ); // Create a custom paragraph style. SharedPtr < Style >...

    reference.aspose.com/words/cpp/aspose.words/doc...
  3. ParagraphFormat.space_before_auto property | As...

    ParagraphFormat.space_before_auto property. True if the amount of spacing before the Paragraph is set automatically....amount of spacing before the paragraph is set automatically. @property...space_before . When you set paragraph Space Before and Space After...

    reference.aspose.com/words/python-net/aspose.wo...
  4. ParagraphFormat.spaceBeforeAuto property | Aspo...

    ParagraphFormat.spaceBeforeAuto property. True if the amount of spacing before the Paragraph is set automatically....amount of spacing before the paragraph is set automatically. get...spaceBefore . When you set paragraph Space Before and Space After...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. Aspose::Words::ParagraphFormat::get_KeepTogethe...

    Aspose::Words::ParagraphFormat::get_KeepTogether method. True if all lines in the Paragraph are to remain on the same page in C++....True if all lines in the paragraph are to remain on the same...Examples Shows how to insert a paragraph into the document. auto doc...

    reference.aspose.com/words/cpp/aspose.words/par...
  6. ListCollection indexer | Aspose.Words for Python

    ListCollection indexer. Gets a list by index....existing list to a collection of paragraphs. doc = aw . Document () builder...writeln ( 'Paragraph 1' ) builder . writeln ( 'Paragraph 2' ) builder...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Aspose::Words::Style::get_ParagraphFormat metho...

    Aspose::Words::Style::get_ParagraphFormat method. Gets the Paragraph formatting of the style in C++....Style::get_ParagraphFormat method Gets the paragraph formatting of the style. System...Shows how to create and use a paragraph style with list formatting...

    reference.aspose.com/words/cpp/aspose.words/sty...
  8. Aspose::Words::Node class | Aspose.Words for C+...

    Aspose::Words::Node class. Base class for all nodes of a Word document. To learn more, visit the documentation article in C++....Document > (); SharedPtr < Paragraph > para = doc -> get_FirstSection...the first paragraph of this document. auto paragraph = System...

    reference.aspose.com/words/cpp/aspose.words/node/
  9. ParagraphFormat.leftIndent property | Aspose.Wo...

    ParagraphFormat.leftIndent property. Gets or sets the value (in points) that represents the left indent for Paragraph....represents the left indent for paragraph. get leftIndent () : number...Examples Shows how to configure paragraph formatting to create off-center...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. ParagraphFormat.rightIndent property | Aspose.W...

    ParagraphFormat.rightIndent property. Gets or sets the value (in points) that represents the right indent for Paragraph....represents the right indent for paragraph. get rightIndent () : number...Examples Shows how to configure paragraph formatting to create off-center...

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