Sort Score
Result 10 results
Languages All
Labels All
Results 1,111 - 1,120 of 17,642 for

paragraph

(0.05 sec)
  1. 部分|Aspose.Slides for PHP 文档

    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....getParagraphs () as $paragraph ) { foreach ( $paragraph -> getPortions...

    docs.aspose.com/slides/zh/php-java/portion/
  2. DocumentBase.Document | Aspose.Words for .NET

    Explore DocumentBase properties to efficiently manage your documents. Unlock seamless access and enhance your workflow today!...a Section, a Body, and a Paragraph. doc . AppendChild ( new Section...doc )) . AppendChild ( new Paragraph ( doc )) . AppendChild ( new...

    reference.aspose.com/words/net/aspose.words/doc...
  3. How to Remove All Page Breaks in Word using C#

    This article guides on how to remove all page breaks in Word using C#. It has information about the IDE settings, a list of steps, and a runnable program to eliminate page breaks in Word using C#....all the paragraphs Parse through all the paragraphs and check...the page breaks before the paragraph Remove the page breaks before...

    kb.aspose.com/words/net/how-to-remove-all-page-...
  4. RelativeVerticalPosition | Aspose.Words for Java

    Specifies to what the vertical position of a shape or text frame is relative in Java.... PARAGRAPH The object is positioned relative...relative to the top of the paragraph that contains the anchor....

    reference.aspose.com/words/java/com.aspose.word...
  5. SDT Not Getting Created Uniformly - Free Suppor...

    I am creating StructuredDocumentTag using below code: public StructuredDocumentTag createNewStructureDocumentTag(Document document) { StructuredDocumentTag structuredDocumentTag; try { struct…...created SDT as parent of paragraph with below code: public void...void makeParaChildOfSDT(Paragraph para, StructuredDocumentTa ...

    forum.aspose.com/t/sdt-not-getting-created-unif...
  6. Table Overview|Aspose.Words for Python

    Work with tables and their components such as cells, rows, columns in Aspose.Words for Python. How to work with tables in Python....table and is made up of a Paragraph and other block level nodes...DocumentExplorer . Empty Paragraph after Table The picture above...

    docs.aspose.com/words/python-net/table-overview/
  7. Table Overview|Aspose.Words for C++

    Work with tables and their components such as cells, rows, columns in Aspose.Words for C++. How to work with tables in C++....table and is made up of a Paragraph and other block level nodes...DocumentExplorer . Empty Paragraph after Table The picture above...

    docs.aspose.com/words/cpp/table-overview/
  8. NodeImporter class | Aspose.Words for Node.js

    Aspose.Words.NodeImporter class. Allows to efficiently perform repeated import of nodes from one document to another... The paragraphs and runs of text merely reference...documents. For example, to copy a paragraph formatted with the Heading...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. Add Watermark in Java|Aspose.Words for Java

    Add a watermark into a document. Apache POI does not provide an opportunity to add a watermark....new paragraph and append the watermark to this paragraph. Paragraph...Paragraph watermarkPara = new Paragraph ( doc ); watermarkPara . appendChild...

    docs.aspose.com/words/java/add-watermark/
  10. Aspose::Words::Range::get_Revisions method | As...

    Aspose::Words::Range::get_Revisions method. Gets a collection of revisions (tracked changes) that exist in this range in C++....Aspose :: Words :: Paragraph > paragraph = doc -> get_FirstSection...: System :: IterateOver ( paragraph -> get_Range () -> get_Revisions...

    reference.aspose.com/words/cpp/aspose.words/ran...