Sort Score
Result 10 results
Languages All
Labels All
Results 2,931 - 2,940 of 15,599 for

paragraph

(0.05 sec)
  1. Aspose::Words::Tables::Cell::Cell constructor |...

    Aspose::Words::Tables::Cell::Cell constructor. Initializes a new instance of the Cell class in C++....AppendChild ( MakeObject < Paragraph > ( doc )); cell -> get_FirstParagraph...

    reference.aspose.com/words/cpp/aspose.words.tab...
  2. ConditionalStyle.ParagraphFormat | Aspose.Words...

    Discover the ConditionalStyle ParagraphFormat property to easily access and manage Paragraph formatting in your styles for enhanced document presentation....ParagraphFormat property Gets the paragraph formatting of the conditional...

    reference.aspose.com/words/net/aspose.words/con...
  3. 通過 C++ 從 PPT 文檔中提取文本和圖像 | products.aspose.com

    C++ 示例代碼,用於在 Windows 32 位、Windows 64 位和 Linux 64 位的 C++ 運行時環境中從 PPT 文件中提取文本和圖像。...get_Length(); i++){ // Loop through paragraphs in current ITextFrame for...(SharedPtr<IParagraph> paragraph : textFramesSlideOne[i]->get_Paragraphs()){ //...

    products.aspose.com/slides/zh-hant/cpp/parser/ppt/
  4. Extracting Images from Presentation shapes|Aspo...

    Extract images from PowerPoint presentation in Python...), image_format ) Copying Paragraph and Portion in PPTX Get the...

    docs.aspose.com/slides/python-net/extracting-im...
  5. Untangle Row Bookmarks in PHP|Aspose.Words for ...

    Untangle Row Bookmarks using PHP....to the end // of the last paragraph in the last cell of the top...

    docs.aspose.com/words/java/untangle-row-bookmar...
  6. Create or Load a Document in C#|Aspose.Words fo...

    Create a blank document or to load it from a file or stream using C#....default parameters, one empty paragraph, some document styles. Actually...

    docs.aspose.com/words/net/create-or-load-a-docu...
  7. FieldFootnoteRef class | Aspose.Words for Python

    aspose.words.fields.FieldFootnoteRef class. Implements the FOOTNOTEREF field...node, returns its parent paragraph. If the field is already removed...

    reference.aspose.com/words/python-net/aspose.wo...
  8. NodeCollection.Insert | Aspose.Words for .NET

    Effortlessly insert nodes into your NodeCollection at any index with our streamlined Insert method. Enhance your data management today!...then appears in the parent Paragraph's RunCollection. RunCollection...

    reference.aspose.com/words/net/aspose.words/nod...
  9. DocumentBuilder.IsAtStartOfParagraph | Aspose.W...

    Discover DocumentBuilder's IsAtStartOfParagraph property. Easily check if your cursor is at the Paragraph's start for efficient text editing....beginning of the current paragraph (no text before the cursor)...

    reference.aspose.com/words/net/aspose.words/doc...
  10. Extract Text and Images from PPT Files using Py...

    Python source code to parse PPT Presentation....range(len(textFramesPPTX)): # Loop through paragraphs in current ITextFrame for...para in textFramesPPTX[i] . paragraphs: # Loop through portions...

    products.aspose.com/slides/python-net/parser/ppt/