Sort Score
Result 10 results
Languages All
Labels All
Results 2,411 - 2,420 of 36,319 for

paragraph

(0.08 sec)
  1. MathJustification | Aspose.Sildes for PHP via J...

    MathJustification Contents [ Hide ] MathJustification class Specifies justification of the math Paragraph (a series o......justification of the math paragraph (a series of adjacent instances...mathematical text within the same paragraph) Constants Name Value Description...

    reference.aspose.com/slides/php-java/aspose.sli...
  2. Aspose::Words::Tables::Row::get_IsLastRow metho...

    Aspose::Words::Tables::Row::get_IsLastRow method. True if this is the last row in a table; false otherwise in C++....Enabling KeepWithNext for every paragraph in the table except for the...get_Paragraphs () -> LINQ_OfType < SharedPtr < Paragraph >> ()))...

    reference.aspose.com/words/cpp/aspose.words.tab...
  3. Row.IsLastRow | Aspose.Words for .NET

    Row IsLastRow property. True if this is the last row in a table false otherwise in C#....Enabling KeepWithNext for every paragraph in the table except for the...)) foreach ( Paragraph para in cell . Paragraphs ) { Assert ....

    reference.aspose.com/words/net/aspose.words.tab...
  4. AbsolutePositionTab | Aspose.Words for Java

    An absolute position tab is a character which is used to advance the position on the current line of text when displaying this WordprocessingML content in Java....getParentParagraph() Retrieves the parent Paragraph of this node. getParentParagraph_IInline()...Document doc = new Document(); Paragraph para = doc.getFirstSection()...

    reference.aspose.com/words/java/com.aspose.word...
  5. IChartTextFormat | Aspose.Slides for Android vi...

    Chart operate with restricted set of text format properties....getParagraphFormat() Returns paragraph format. getPortionFormat()...getParagraphFormat() Returns paragraph format. Read-only IChartParagraphForma...

    reference.aspose.com/slides/androidjava/com.asp...
  6. FieldListNum class | Aspose.Words for Python

    aspose.words.fields.FieldListNum class. Implements the LISTNUM field...node, returns its parent paragraph. If the field is already removed...Examples Shows how to number paragraphs with LISTNUM fields. doc...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Aspose::Words::Tables::Table::get_HorizontalAnc...

    Aspose::Words::Tables::Table::get_HorizontalAnchor method. Gets the base object from which the horizontal positioning of floating table should be calculated. Default value is Column in C++....( RelativeVerticalPosi :: Paragraph , table -> get_VerticalAnchor...); // Only Margin, Page, Paragraph available in RelativeVerticalPosi...

    reference.aspose.com/words/cpp/aspose.words.tab...
  8. ParagraphFormat.Shading | Aspose.Words for .NET

    ParagraphFormat Shading property. Returns a Shading object that refers to the shading formatting for the Paragraph in C#....shading formatting for the paragraph. public Shading Shading {...; builder . Write ( "This paragraph is formatted with a double...

    reference.aspose.com/words/net/aspose.words/par...
  9. Finding word bounding boxes|Documentation

    Automatic detection of word bounding boxes inside an image.... Get the total number of paragraphs in the image. asposeocr_... Get the total number of paragraphs in the image provided as...

    docs.aspose.com/ocr/cpp/image-regions-word-find/
  10. Insert Text After a Content Control using Docum...

    Hello, We have a requirement, where 1- Code needs to find that content control by matching the “databinding” field. 2- We need to insert a text after a content control and remove that content control. More details… F…...following code: var p = new Paragraph(doc); p.AppendChild(new Run(doc)...what you want is to append a paragraph as I posted in my first reply...

    forum.aspose.com/t/insert-text-after-a-content-...