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

paragraph

(0.09 sec)
  1. DocumentVisitor.VisitStructuredDocumentTagRange...

    DocumentVisitor VisitStructuredDocumentTagRangeStart method. Called when a StructuredDocumentTagRangeStart is encountered in C#.... Paragraphs . Count ; IndentAndAppendLine...IndentAndAppendLine ( "[Body start] Paragraphs: " + paragraphCount ); mDocTraversalDepth...

    reference.aspose.com/words/net/aspose.words/doc...
  2. Document.AcceptEnd | Aspose.Words for .NET

    Document AcceptEnd method. Accepts a visitor for visiting the end of the document in C#.... Paragraphs . Count ; IndentAndAppendLine...IndentAndAppendLine ( "[Body start] Paragraphs: " + paragraphCount ); mDocTraversalDepth...

    reference.aspose.com/words/net/aspose.words/doc...
  3. Style class | Aspose.Words for Python

    aspose.words.Style class. Represents a single built-in or user-defined style...formatting properties of a paragraph style. locked Specifies whether...the name of the style. next_paragraph_style_name Gets/sets the name...

    reference.aspose.com/words/python-net/aspose.wo...
  4. DocumentVisitor.VisitSectionEnd | Aspose.Words ...

    DocumentVisitor VisitSectionEnd method. Called when enumeration of a section has ended in C#.... Paragraphs . Count ; IndentAndAppendLine...IndentAndAppendLine ( "[Body start] Paragraphs: " + paragraphCount ); mDocTraversalDepth...

    reference.aspose.com/words/net/aspose.words/doc...
  5. Run.Text | Aspose.Words for .NET

    Run Text property. Gets or sets the text of the run in C#....section, one body and one paragraph. // Call the "RemoveAllChildren"...AppendChild ( body ); // Create a paragraph, set some formatting properties...

    reference.aspose.com/words/net/aspose.words/run...
  6. FrameFormat Class | Aspose.Words for .NET

    Aspose.Words.FrameFormat class. Represents frame related formatting for a Paragraph in C#....related formatting for a paragraph. public class FrameFormat...get; } Returns true if the paragraph is a frame. RelativeHorizontalPo...

    reference.aspose.com/words/net/aspose.words/fra...
  7. Replace Fields With Static Text in PHP|Aspose.W...

    Replace Fields With Static Text using PHP....visitParagraphEnd ( Paragraph paragraph ) { if ( mFieldDepth...converted continues onto another paragraph. We // need to copy the remaining...

    docs.aspose.com/words/java/replace-fields-with-...
  8. IParagraphFactory|Aspose.Sildes for Python via ...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....IParagraphFactory class Allows to create paragraphs The IParagraphFactory type...Description create_paragraph() Creates a new empty paragraph. create_paragraph(paragraph)...

    docs.aspose.com/slides/python-net/api-reference...
  9. 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-...
  10. 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...