Sort Score
Result 10 results
Languages All
Labels All
Results 481 - 490 of 15,548 for

paragraph

(0.06 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. ParagraphAlignment enumeration | Aspose.Words f...

    Aspose.Words.ParagraphAlignment enumeration. Specifies text alignment in a Paragraph....Specifies text alignment in a paragraph. Members Name Description...section, one body and one paragraph. // Call the "RemoveAllChildren"...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. 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. System :: SharedPtr...

    reference.aspose.com/words/cpp/aspose.words/doc...
  4. Aspose::Words::Lists::List::get_ListId method |...

    Aspose::Words::Lists::List::get_ListId method. Gets the unique identifier of the list in C++....Examples Shows how to output all paragraphs in a document that are list...Aspose :: Words :: NodeType :: Paragraph , true ); for ( auto && para...

    reference.aspose.com/words/cpp/aspose.words.lis...
  5. DropCapPosition Enum | Aspose.Words for .NET

    Discover Aspose.Words.DropCapPosition enum to enhance your document design by defining unique drop cap text positions for impactful visual appeal....Value Description None 0 The paragraph does not have a drop cap....text margin on the anchor paragraph. Margin 2 The drop cap is...

    reference.aspose.com/words/net/aspose.words/dro...
  6. FrameFormat.height property | Aspose.Words for ...

    FrameFormat.height property. Gets the height of the specified frame....formatting properties of paragraphs that are frames. doc = aw...( MY_DIR + 'Paragraph frame.docx' ) for paragraph in doc . first_section...

    reference.aspose.com/words/python-net/aspose.wo...
  7. InlineStory | Aspose.Words for Java

    Base class for inline-level nodes that can contain Paragraphs and tables in Java....inline-level nodes that can contain paragraphs and tables. To learn more...container for block-level nodes Paragraph and Table . The classes that...

    reference.aspose.com/words/java/com.aspose.word...
  8. ListLabel.labelValue property | Aspose.Words fo...

    ListLabel.labelValue property. Gets a numeric value for this label....extract the list labels of all paragraphs that are list items. let...getChildNodes ( aw . NodeType . Paragraph , true ). toArray (); // Find...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. ParagraphCollection.toArray method | Aspose.Wor...

    ParagraphCollection.toArray method. Copies all Paragraphs from the collection to a new array of Paragraphs....method toArray() Copies all paragraphs from the collection to a...of paragraphs. toArray () Returns An array of paragraphs. Examples...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. DocumentBuilder.insert_document_inline method |...

    DocumentBuilder.insert_document_inline method. Inserts a document inline at the cursor position....moves the content of the paragraph of the destination document...is inserted, into the last paragraph of the inserted source document...

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