Sort Score
Result 10 results
Languages All
Labels All
Results 1,281 - 1,290 of 36,324 for

paragraph

(0.07 sec)
  1. FlatOPC Export - Style Features|Aspose.Words fo...

    Export to FlatOPC – XML format using style saving features in Java....Supported Comment See Also Paragraph Style Yes Character Style...Style Name Yes Next Style Yes Paragraph Properties Yes Run Properties...

    docs.aspose.com/words/java/style-features-suppo...
  2. RTF Export - Style Features|Aspose.Words for Java

    Export to RTF format using style saving features in Java....Supported Comment See Also Paragraph Style Yes Character Style...Style Name Yes Next Style Yes Paragraph Properties Yes Run Properties...

    docs.aspose.com/words/java/style-features-suppo...
  3. Set Hanging Indent for Multi-Line Bullet List i...

    We have a requirement in our project where bullet list is not aligning correctly as MS PPT does. Problem is when the text exceeds one line in a list, the new line will start right below the bullet and not at the beginni…...IParagraphFormat interface like this: paragraph.getParagraphFormat().setMarginLeft(20);...below: Paragraph paragraph = new Paragraph(); paragraph.getParagraphFormat()...

    forum.aspose.com/t/set-hanging-indent-for-multi...
  4. Aspose::Words::HeaderFooter::HeaderFooter const...

    Aspose::Words::HeaderFooter::HeaderFooter constructor. Creates a new header or footer of the specified type in C++....append a paragraph to it. The text in that paragraph // will appear...Add ( header ); SharedPtr < Paragraph > para = header -> AppendParagraph...

    reference.aspose.com/words/cpp/aspose.words/hea...
  5. Section.Accept | Aspose.Words for .NET

    Section Accept method. Accepts a visitor in C#.... Paragraphs . Count ; IndentAndAppendLine...IndentAndAppendLine ( "[Body start] Paragraphs: " + paragraphCount ); mDocTraversalDepth...

    reference.aspose.com/words/net/aspose.words/sec...
  6. Working With Nodes in Python|Aspose.Words for Java

    Working With Nodes using Python....Document" ) Paragraph = jpype . JClass ( "com.aspose...aspose.words.Paragraph" ) Node = jpype . JClass ( "com.aspose...

    docs.aspose.com/words/java/working-with-nodes-i...
  7. Extract Content in Ruby|Aspose.Words for Java

    Extract contents from Word document using Ruby....def extract_content_between_paragraphs ( doc ) # Gather the nodes.... getChild ( node_type . PARAGRAPH , 6 , true ) end_para = doc...

    docs.aspose.com/words/java/extract-content-in-r...
  8. Footnote.story_type property | Aspose.Words for...

    Footnote.story_type property. Returns [StoryType.FOOTNOTES](../../../aspose.words/storytype/#FOOTNOTES) or [StoryType.ENDNOTES](../../../aspose.words/storytype/#ENDNOTES)....last child of the node is a paragraph, # for us to be able to click...assertEqual ( aw . NodeType . PARAGRAPH , footnote . last_child ....

    reference.aspose.com/words/python-net/aspose.wo...
  9. Aspose::Words::Node::Accept method | Aspose.Wor...

    Aspose::Words::Node::Accept method. Accepts a visitor in C++.... // 1 - Paragraph node: auto para = System ::...ExplicitCast < Paragraph > ( doc -> GetChild ( NodeType :: Paragraph , 4...

    reference.aspose.com/words/cpp/aspose.words/nod...
  10. ParagraphFormat.keep_together property | Aspose...

    ParagraphFormat.keep_together property. True if all lines in the Paragraph are to remain on the same page....True if all lines in the paragraph are to remain on the same...Examples Shows how to insert a paragraph into the document. doc = aw...

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