Sort Score
Result 10 results
Languages All
Labels All
Results 1,891 - 1,900 of 36,320 for

paragraph

(0.08 sec)
  1. ForEach | Aspose.Slides for Java API Reference

    Represents a group of methods intended to iterate over different model objects.... paragraph(Presentation pres, ForEach...Iterate each Paragraph in the Presentation . paragraph(Presentation...

    reference.aspose.com/slides/java/com.aspose.sli...
  2. OpenDocument Import - Numbering Features|Aspose...

    Import ODT document using numbering load options in Java....calculates the values for all list paragraphs in the document even for...class. You can find what paragraphs a list is applied to and...

    docs.aspose.com/words/java/numbering-features-s...
  3. RTF Import - Numbering Features|Aspose.Words fo...

    Import RTF document using numbering load options in Java....calculates the values for all list paragraphs in the document even for...class. You can find what paragraphs a list is applied to and...

    docs.aspose.com/words/java/numbering-features-s...
  4. Aspose::Words::Lists::ListLevel::get_LinkedStyl...

    Aspose::Words::Lists::ListLevel::get_LinkedStyle method. Gets or sets the Paragraph style that is linked to this list level in C++.... method Gets or sets the paragraph style that is linked to this...level is not linked to a paragraph style. This property can be...

    reference.aspose.com/words/cpp/aspose.words.lis...
  5. Managing Text Autofit and Rotation in PHP|Aspos...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....e->Shape); \# Create the Paragraph object for text frame $para...Create Portion object for paragraph $color=new Color(); $portion...

    docs.aspose.com/slides/java/managing-text-autof...
  6. Need to output tab aligned text with custom tab...

    I am currently creating custom tab stops and placing text at each tab stop. I am trying to have the text wrap at the tab (tab aligned text) when it runs over the width of the page. I have set the tabStop.Alignment to …... myBuilder) { Paragraph paragraph = (Paragraph)myBuilder.Document...GetChild(NodeType.Paragraph, 0, true); paragraph.ParagraphFormat...

    forum.aspose.com/t/need-to-output-tab-aligned-t...
  7. Aspose.PSD for Java 19.4 - Release Notes|Docume...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms...."First Paragraph\r\nSecond Paragraph\rThird paragraph\nFourth...paragraph\nFourth Paragraph" ); image . save ( exportPath , imageOptions ); //...

    docs.aspose.com/psd/java/aspose-psd-for-java-19...
  8. OpenDocument Import - Style Features|Aspose.Wor...

    Import ODT document using style load options in Java....See Also Paragraph Style Yes - StyleType.Paragraph Character...Style.NextParagraphStyleNa Paragraph Properties Yes - Style.ParagraphFormat...

    docs.aspose.com/words/java/style-features-suppo...
  9. document - Aspose.PUB for Java - API Reference

    Developer's guide to manipulate & convert PUB files to PDF from any Java based application....ParagraphStyle value) Adds default paragraph style void addDefaultTextStyle...getDefaultParagraphS () Array of default paragraph styles TextStyle [] getDefaultTextStyles...

    reference.aspose.com/pub/java/com.aspose.pub/do...
  10. Issue exporting AUTO_FIT_TO_CONTENTS table insi...

    Hello, We have identified a width difference between identical tables inside and outside text box with AUTO_FIT_TO_CONTENTS enabled when exporting to PDF. This works correctly (no visible width difference) when exportin…...insertNode(shape); Paragraph paragraph = new Paragraph(document); shape...appendChild(paragraph); builder.moveTo(paragraph); //Insert a...

    forum.aspose.com/t/issue-exporting-auto-fit-to-...