Sort Score
Result 10 results
Languages All
Labels All
Results 581 - 590 of 36,518 for

paragraph

(0.21 sec)
  1. InlineStory.LastParagraph | Aspose.Words for .NET

    InlineStory LastParagraph property. Gets the last Paragraph in the story in C#....Gets the last paragraph in the story. public Paragraph LastParagraph...last child of the node is a paragraph, // for us to be able to click...

    reference.aspose.com/words/net/aspose.words/inl...
  2. Aspose::Words::InlineStory::get_LastParagraph m...

    Aspose::Words::InlineStory::get_LastParagraph method. Gets the last Paragraph in the story in C++....aph method Gets the last paragraph in the story. System :: SharedPtr...SharedPtr < Aspose :: Words :: Paragraph > Aspose :: Words :: InlineStory...

    reference.aspose.com/words/cpp/aspose.words/inl...
  3. ControlChar.PARAGRAPH_BREAK_CHAR property | Asp...

    ControlChar.Paragraph_BREAK_CHAR property. End of Paragraph character: (char)13 or \r....PARAGRAPH_BREAK_CHAR property ControlChar.PARAGRAPH_BREAK_CHAR...PARAGRAPH_BREAK_CHAR property End of paragraph character: (char)13 or “\r”. @property...

    reference.aspose.com/words/python-net/aspose.wo...
  4. ParagraphFormat.space_after_auto property | Asp...

    ParagraphFormat.space_after_auto property. True if the amount of spacing after the Paragraph is set automatically....amount of spacing after the paragraph is set automatically. @property...space_after . When you set paragraph Space Before and Space After...

    reference.aspose.com/words/python-net/aspose.wo...
  5. IBulletFormatEffectiveData | Aspose.Sildes for ...

    Immutable object which contains effective Paragraph bullet formatting properties....which contains effective paragraph bullet formatting properties...actual bullet value for parent paragraph. Read-only String. Char {...

    reference.aspose.com/slides/net/aspose.slides/i...
  6. ParagraphFormat.SpaceBeforeAuto | Aspose.Words ...

    ParagraphFormat SpaceBeforeAuto property. True if the amount of spacing before the Paragraph is set automatically in C#....amount of spacing before the paragraph is set automatically. public...SpaceBefore . When you set paragraph Space Before and Space After...

    reference.aspose.com/words/net/aspose.words/par...
  7. CompositeNode.ChildNodes | Aspose.Words for .NET

    CompositeNode ChildNodes property. Gets all immediate child nodes of this node in C#....first paragraph of this document. Paragraph paragraph = ( Paragraph...( NodeType . Paragraph , 0 , true ); paragraph . AppendChild...

    reference.aspose.com/words/net/aspose.words/com...
  8. BaseParagraph | Aspose.PDF for .NET API Reference

    Represents a abstract base object can be added to the pagedoc.Paragraphs.Add....Paragraphs.Add()). public abstract class...a horizontal alignment of paragraph virtual Hyperlink { get; set;...

    reference.aspose.com/pdf/net/aspose.pdf/basepar...
  9. paragraphs - 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...Class Paragraphs java.lang.Object com.aspose.pdf.Paragraphs All...

    reference.aspose.com/pdf/java/com.aspose.pdf/pa...
  10. Add Sections, Subsections and its contents dyna...

    Hi, I am trying to create subsections dynamically under a section and add data/content under the created subsection. Is there away to create a subsection under named/specified Section directly ? Also way to access the …... Paragraph para = new Paragraph(doc); para.ParagraphFormat...not a content under Heading paragraph. This is node in the Document...

    forum.aspose.com/t/add-sections-subsections-and...