Sort Score
Result 10 results
Languages All
Labels All
Results 3,451 - 3,460 of 36,285 for

paragraph

(0.1 sec)
  1. texticon - Aspose.PDF for Java - API Reference

    Detailed explanation & examples for every class & method in Aspose.PDF for Java library. Easily create, edit, convert or render PDF documents using Java platform....PageSize ParagraphAbsorber Paragraphs PasswordBoxField PasswordType...Note icon. static int Paragraph Paragraph icon. static int Star...

    reference.aspose.com/pdf/java/com.aspose.pdf/te...
  2. TextParagraph.FirstLineIndent | Aspose.Cells fo...

    TextParagraph property. Specifies the indent size that will be applied to the first line of text in the Paragraph...first line of text in the paragraph. public double FirstLineIndent...

    reference.aspose.com/cells/net/aspose.cells.dra...
  3. RightToLeft | Aspose.Sildes for .NET API Reference

    Determines whether the Right to Left writing is used in a Paragraph. No inheritance applied. Read/write NullableBoolaspose.slides/nullablebool....Left writing is used in a paragraph. No inheritance applied. Read/write...

    reference.aspose.com/slides/net/aspose.slides/i...
  4. EastAsianLineBreak | Aspose.Sildes for .NET API...

    Determines whether the East Asian line break is used in a Paragraph. No inheritance applied. Read/write NullableBoolaspose.slides/nullablebool....Asian line break is used in a paragraph. No inheritance applied. Read/write...

    reference.aspose.com/slides/net/aspose.slides/p...
  5. How to Get Text Bounding Box Using Aspose.Slide...

    Hi! I am interested whether it is possible to extract shape text bounding box positions in Python using Aspose? For example in the picture below I would like to get the position of the red box for each shape. Shape boxes…...get_rect method from the Paragraph class to get rectangles of...for paragraph in shape.text_frame.paragraphs: paragraph_rectangle...

    forum.aspose.com/t/how-to-get-text-bounding-box...
  6. Aspose::Cells::TextDirectionType enum | Aspose....

    Aspose::Cells::TextDirectionType enum. Represents the direction of the text flow for this Paragraph in C++....of the text flow for this paragraph. enum class TextDirectionType...

    reference.aspose.com/cells/cpp/aspose.cells/tex...
  7. CompatibilityOptions.ForgetLastTabAlignment | A...

    CompatibilityOptions ForgetLastTabAlignment property. Ignore Width of Last Tab Stop When Aligning Paragraph If It Is Not Left Aligned in C#....Last Tab Stop When Aligning Paragraph If It Is Not Left Aligned...

    reference.aspose.com/words/net/aspose.words.set...
  8. Name | Aspose.OMR for .NET API Reference

    Name of Paragraph...Name property Name of paragraph public override string Name...

    reference.aspose.com/omr/net/aspose.omr.generat...
  9. BuildType | Aspose.Sildes for .NET API Reference

    List of build type for exp. Paragraph 123 All at Once of text animation. Read/write BuildTypeaspose.slides.animation/buildtype.... Paragraph 1,2,3, All at Once) of text...

    reference.aspose.com/slides/net/aspose.slides.a...
  10. Cannot apply vertical alignment for Shape TextB...

    I tried both shape.setVerticalAlignment() and shape.getTextBox().setVerticalAnchor() But the text doesn’t get center aligned vertically. I am using Aspose.Words 23.5 version for java. GroupShape g1 = new GroupShape(do…...TEXT_BOX); Paragraph p1 = new Paragraph(document); s1.appendChild(p1);...ShapeType.TEXT_BOX); Paragraph p1 = new Paragraph(doc); s1.appendChild(p1);...

    forum.aspose.com/t/cannot-apply-vertical-alignm...