Sort Score
Result 10 results
Languages All
Labels All
Results 1,021 - 1,030 of 36,517 for

paragraph

(0.23 sec)
  1. Aspose::Words::ControlChar::SpaceChar field | A...

    Aspose::Words::ControlChar::SpaceChar field. Space character: (char)32 in C++....new line and starts a new paragraph. ASSERT_EQ ( 1 , doc -> get_FirstSection...GetChildNodes ( NodeType :: Paragraph , true ) -> get_Count ());...

    reference.aspose.com/words/cpp/aspose.words/con...
  2. NullPointer exception while adding svg image to...

    I am using aspose words java 23.5 version If I try to add svg image type using builder.insertImage, it fails with nullpointer exception. We need to add shape text box and then image as our shape can have text as well a…...TEXT_BOX); Paragraph paragraph = new Paragraph(document); Run...= new Run(document, ""); paragraph.appendChild(run); shape.a...

    forum.aspose.com/t/nullpointer-exception-while-...
  3. ParagraphConfig | Aspose.OMR for .NET API Refer...

    Represents Paragraph element. Paragraph can consist of both text and text with an image. The image is specified by coordinates x y....class Represents Paragraph element. Paragraph can consist of both...Name { get; set; } Name of paragraph ParagraphType { get; set;...

    reference.aspose.com/omr/net/aspose.omr.generat...
  4. Aspose::Words::Node::get_ParentNode method | As...

    Aspose::Words::Node::get_ParentNode method. Gets the immediate parent of this node in C++....Document > (); SharedPtr < Paragraph > para = doc -> get_FirstSection...node to the document's first paragraph. auto run = MakeObject < Run...

    reference.aspose.com/words/cpp/aspose.words/nod...
  5. Aspose::Slides::IParagraph Class Referenceabstr...

    Public Member Functions | List of all members Aspose::Slides::IParagraph Class Reference abstract Represents a paragr......Reference abstract Represents a paragraph of a text. More... #include...Inherited by Aspose::Slides::Paragraph . Public Member Functions...

    reference.aspose.com/slides/cpp/class/aspose.sl...
  6. MathParagraphFactory | Aspose.Sildes for .NET A...

    Allows to create a math Paragraph...class Allows to create a math paragraph public class MathParagraphFactory...CreateMathParagraph () Create empty math paragraph CreateMathParagraph (IMathBlock)...

    reference.aspose.com/slides/net/aspose.slides.m...
  7. TextBuilder | Aspose.PDF for Java API Reference

    Appends text object to Pdf page....textParagraph) Appends text paragraph to Pdf page. appendText(TextFragment...textParagraph, int rotation) Appends paragraph with rotation TextBuilder(Page...

    reference.aspose.com/pdf/java/com.aspose.pdf/te...
  8. FootnoteSeparator | Aspose.Words for Java

    in Java....shortcut method that creates a Paragraph object with optional text...getFirstParagraph() Gets the first paragraph in the story. getLastChild()...

    reference.aspose.com/words/java/com.aspose.word...
  9. CompositeNode.GetChild | Aspose.Words for .NET

    CompositeNode GetChild method. Returns an Nth child node that matches the specified type in C#....first paragraph of this document. Paragraph paragraph = ( Paragraph...( NodeType . Paragraph , 0 , true ); paragraph . AppendChild...

    reference.aspose.com/words/net/aspose.words/com...
  10. ParagraphFactory | Aspose.Sildes for Python via...

    ParagraphFactory ParagraphFactory class Allows to create Paragraphs The ParagraphFactory type exposes the following m......ParagraphFactory class Allows to create paragraphs The ParagraphFactory type...Description create_paragraph() Creates a new empty paragraph. create_paragraph(paragraph)...

    reference.aspose.com/slides/python-net/aspose.s...