Sort Score
Result 10 results
Languages All
Labels All
Results 1,551 - 1,560 of 36,205 for

paragraph

(0.08 sec)
  1. isBulletHardColor | Aspose.Sildes for Node.js v...

    isBulletHardColor isBulletHardColor() function Determines whether the bullet has own color or inherits it from the fi......the first portion in the paragraph. NullableBool.True if bullet...the first portion in the paragraph. Read/write NullableBool....

    reference.aspose.com/slides/nodejs-java/aspose....
  2. isBulletHardColor | Aspose.Sildes for PHP via J...

    isBulletHardColor isBulletHardColor() method Determines whether the bullet has own color or inherits it from the firs......the first portion in the paragraph. NullableBool.True if bullet...the first portion in the paragraph. Read/write NullableBool....

    reference.aspose.com/slides/php-java/aspose.sli...
  3. SubDocument | Aspose.Words for Java

    Represents a SubDocument - which is a reference to an externally stored document in Java....SubDocument can only be a child of Paragraph . Examples: Shows how to access...indentAndAppendLine("[Body start] Paragraphs: " + paragraphCount); mDocTraversalDepth++;...

    reference.aspose.com/words/java/com.aspose.word...
  4. index.xml

    2.0 http://www.w3.org/2005/Atom Documentation – Работа с фигурами https://docs.aspose.com/diagram/ru/java/working-with-shapes-Paragraph/ Recent content in Работа с фигурами on Documentation Hugo --......com/diagram/ru/java/working-with-shapes-paragraph/ Recent content in Работа...com/diagram/ru/java/working-with-shapes-paragraph/index.xml self application/rss+xml...

    docs.aspose.com/diagram/ru/java/working-with-sh...
  5. OfficeMath.ParentParagraph | Aspose.Words for .NET

    OfficeMath ParentParagraph property. Retrieves the parent Paragraph of this node in C#....the parent Paragraph of this node. public Paragraph ParentParagraph...OfficeMath.docx" ); See Also class Paragraph class OfficeMath namespace...

    reference.aspose.com/words/net/aspose.words.mat...
  6. Aspose::Words::Fields::FieldListNum::get_HasLis...

    Aspose::Words::Fields::FieldListNum::get_HasListName method. Returns a value indicating whether the name of an abstract numbering definition is provided by the field's code in C++....Examples Shows how to number paragraphs with LISTNUM fields. auto...); builder -> Writeln ( u "Paragraph 1" ); ASSERT_EQ ( u " LISTNUM...

    reference.aspose.com/words/cpp/aspose.words.fie...
  7. iparagraph - Aspose.Slides for Java - API Refer...

    Provides detailed explanation of Aspose.Slides for Java API classes & methods so you could quickly integrate PowerPoint Processing features in your own applications....OutputFile OverrideTheme Paragraph ParagraphCollection ParagraphFormat...Known Implementing Classes: Paragraph public interface IParagraph...

    reference.aspose.com/slides/java/com.aspose.sli...
  8. Body.ensure_minimum method | Aspose.Words for P...

    Body.ensure_minimum method. If the last child is not a Paragraph, creates and appends one empty Paragraph....not a paragraph, creates and appends one empty paragraph. def...section, one body and one paragraph. # Call the "RemoveAllChildren"...

    reference.aspose.com/words/python-net/aspose.wo...
  9. How to add a new textbox for a page at given po...

    Hi, Support: Would you help me to add a new textbox for a page at given position? and then add texts into the textbox, set fontname,fontsize,fontcolor for the texts in the textbox, and then set the boarder of the textb…...Create a paragraph for ttextbox content. Paragraph para = new...new Paragraph(doc); para.ParagraphFormat.LineSpacing = 30; // Create...

    forum.aspose.com/t/how-to-add-a-new-textbox-for...
  10. CompositeNode | Aspose.Words for Java

    Base class for nodes that can contain other nodes in Java....first paragraph of this document. Paragraph paragraph = (Paragraph)...getChild(NodeType.PARAGRAPH, 0, true); paragraph.appendChild(new...

    reference.aspose.com/words/java/com.aspose.word...