Sort Score
Result 10 results
Languages All
Labels All
Results 751 - 760 of 36,324 for

paragraph

(0.07 sec)
  1. ApplyDefaultParagraphIndentsShifts() | Aspose.S...

    Sets default non-zero shifts for effective Paragraph Indent and MarginLeft when bullets is enabled (like PowerPoint do if enable Paragraph bullets/numbering in it). If bullets is disabled then just reset Paragraph Indent and MarginLeft (like PowerPoint do if disable Paragraph bullets/numbering in it). Indents shifts are applied in regard to current bullet context - IBulletFormat::get(set)_Type, .NumberedBulletStyle and FontHeight of first portion. Non-zero indents shifts are applied to effective Indent and MarginLeft of current Paragraph (make result values to be local values)....non-zero shifts for effective paragraph Indent and MarginLeft when...(like PowerPoint do if enable paragraph bullets/numbering in it)....

    reference.aspose.com/slides/cpp/aspose.slides/i...
  2. ParagraphFormat.PageBreakBefore | Aspose.Words ...

    ParagraphFormat PageBreakBefore property. True if a page break is forced before the Paragraph in C#....break is forced before the paragraph. public bool PageBreakBefore...Examples Shows how to create paragraphs with page breaks at the beginning...

    reference.aspose.com/words/net/aspose.words/par...
  3. NodeList.to_array method | Aspose.Words for Python

    NodeList.to_array method. Copies all nodes from the collection to a new array of nodes....expression will extract all paragraph nodes, # which are descendants...select_nodes ( '//Table//Paragraph' ) # Iterate through the list...

    reference.aspose.com/words/python-net/aspose.wo...
  4. set_EndParagraphPortionFormat() | Aspose.Slides...

    Specifies the portion properties that are to be used if another portion is inserted after the last one....set_EndParagraphPortionF() Paragraph::set_EndParagraphPortionF...void Aspose :: Slides :: Paragraph :: set_EndParagraphPortionF...

    reference.aspose.com/slides/cpp/aspose.slides/p...
  5. GetElementsByClassName | Aspose.HTML for .NET A...

    The getElementsByClassName method of Documentaspose.html.dom/document interface returns an array-like object of all child elements which have all of the given class names...."p1" class = "ddd kkk" > Paragraph styled by class name = ddd..."p2" class = "ddd fff" > Paragraph styled by class name = ddd...

    reference.aspose.com/html/net/aspose.html.dom/d...
  6. ParagraphFormat issues after removing bookmark ...

    Hello, I’m having problems with ParagraphFormat after removing previous Paragraph that was contained in bookmark. Please find the attached example application with input document, expected document and output document i…...ParagraphFormat after removing previous paragraph that was contained in bookmark...document inside. There are two paragraphs in the document having different...

    forum.aspose.com/t/paragraphformat-issues-after...
  7. Aspose::Pdf::Text::MarkupParagraph Class Refere...

    Public Member Functions | Protected Member Functions | List of all members Aspose::Pdf::Text::MarkupParagraph Class R......Reference final Represents a paragraph. More... #include " MarkupParagraph...of polygon that describes paragraph. Starting point is lower left...

    reference.aspose.com/pdf/cpp/class/aspose.pdf.t...
  8. Aspose::Pdf::Text::MarkupParagraph Class Refere...

    Public Member Functions | Protected Member Functions | List of all members Aspose::Pdf::Text::MarkupParagraph Class R......Reference final Represents a paragraph. More... #include " MarkupParagraph...of polygon that describes paragraph. Starting point is lower left...

    reference.aspose.com/pdf/cpp/class/aspose.pdf.t...
  9. justification property | Aspose.Cells for Pytho...

    justification property justification property This specifies justification of the math Paragraph (a series of adjacen......justification of the math paragraph (a series of adjacent equations...within the same paragraph). A math paragraph can be Left Justified...

    reference.aspose.com/cells/python-net/aspose.ce...
  10. Shape shifts position if watermark is added in ...

    I have used TextWatermarkOptions to write watermark in word document. Currently I am using aspose words 23.5 version. I have added GroupShape which contains multiple shapes. If watermark is added, shape placed at bottom…...TEXT_BOX); Paragraph paragraph4 = new Paragraph(document); Run...appendChild(cell); Paragraph paragraph = new Paragraph(document); Run...

    forum.aspose.com/t/shape-shifts-position-if-wat...