Sort Score
Result 10 results
Languages All
Labels All
Results 1,261 - 1,270 of 36,210 for

paragraph

(0.16 sec)
  1. Paragraph.is_in_cell property | Aspose.Words fo...

    Paragraph.is_in_cell property. True if this Paragraph is an immediate child of [Cell](../../../aspose.words.tables/cell/); false otherwise....property Paragraph.is_in_cell property True if this paragraph is an...Enabling KeepWithNext for every paragraph in the table except for the...

    reference.aspose.com/words/python-net/aspose.wo...
  2. HeaderFooter.is_header property | Aspose.Words ...

    HeaderFooter.is_header property. True if this [HeaderFooter](../) object is a header....append a paragraph to it. The text in that paragraph # will appear...) para = header . append_paragraph ( 'My header.' ) self . assertTrue...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Border.clear_formatting method | Aspose.Words f...

    Border.clear_formatting method. Resets border properties to default values....to remove borders from a paragraph. doc = aw . Document ( file_name...+ 'Borders.docx' ) # Each paragraph has an individual set of borders...

    reference.aspose.com/words/python-net/aspose.wo...
  4. MathPortion | Aspose.Slides for Android via Jav...

    Represents a portion with mathematical context inside.... 0, 300, 50); IParagraph paragraph = shape.getTextFrame().getParagraphs()...mathPortion = new MathPortion(); paragraph.getPortions().add(mathPortion);...

    reference.aspose.com/slides/androidjava/com.asp...
  5. Image Export - Style Features|Aspose.Words for ...

    Export images (JPEG, PNG, SVG, etc.) using style saving features in C#....Supported Comment See Also Paragraph Style Yes Character Style...Style Name N/A Next Style N/A Paragraph Properties Yes Run Properties...

    docs.aspose.com/words/net/style-features-suppor...
  6. Print Export - Style Features|Aspose.Words for ...

    Work with style features when sending a document to printer....Supported Comment See Also Paragraph Style Yes Character Style...Style Name N/A Next Style N/A Paragraph Properties Yes Run Properties...

    docs.aspose.com/words/java/style-features-suppo...
  7. 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...
  8. 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...
  9. 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...
  10. 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...