Sort Score
Result 10 results
Languages All
Labels All
Results 3,191 - 3,200 of 18,334 for

paragraph

(0.12 sec)
  1. Inline class | Aspose.Words for Python

    aspose.words.Inline class. Base class for inline-level nodes that can have character formatting associated with them, but cannot have child nodes of their own...Inline can be a child of Paragraph . Inheritance: Inline → Node...Node ) parent_paragraph Retrieves the parent Paragraph of this node...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Extract Text from Presentations|Aspose.Slides D...

    Learn how to extract text from slides or entire presentations in Aspose.Slides for C++ and process content from PPT, PPTX and ODP programmatically....through paragraphs in current TextFrame foreach ( Paragraph para...textFramesSlideOne [ i ]. Paragraphs ) //Loop through portions...

    docs.aspose.com/slides/cpp/extracting-text-from...
  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. Possible bug with document layout calculation -...

    Hi, I’m currently evaluating the Aspose.Words library, and I believe I may have encountered a bug. Steps to Reproduce Download the attached layout_calc_bug.docx file and save it without making any changes. layout_c…...The GetStartPageIndex of paragraph labeled “Page 2 Header” is...The GetStartPageIndex of paragraph labeled “Page 2 Header” is...

    forum.aspose.com/t/possible-bug-with-document-l...
  5. Working with Headers and Footers in Java|Aspose...

    How to manipulate headers and footers using Java....to a header: Set Font and Paragraph Properties for Header or Footer...you can set the font and paragraph properties, use the HeaderPrimary...

    docs.aspose.com/words/java/working-with-headers...
  6. Replace Text in PDF|Aspose.PDF for Java

    Explore how to replace text within a PDF document in Java using Aspose.PDF for content updates and document customization....the page where the current Paragraph class is in. $P is replaced...adding TextFragment to the paragraphs collection of PDF documents...

    docs.aspose.com/pdf/java/replace-text-in-a-pdf-...
  7. OfficeMath class | Aspose.Words for Python

    aspose.words.math.OfficeMath class. Represents an Office Math object such as function, equation, matrix or alike...OfficeMath can only be a child of Paragraph . Inheritance: OfficeMath...Node ) parent_paragraph Retrieves the parent Paragraph of this node...

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

    Discover how to style the LinkedStyleName property, easily manage linked styles, and enhance your design workflow with seamless integration....only allowed to link the paragraph style to the character style...doc . FirstSection . Body . Paragraphs [ 1 ]. ParagraphFormat ....

    reference.aspose.com/words/net/aspose.words/sty...
  9. Convert JSON Format to PPSM via C++ | products....

    Parse JSON to PPSM in C++ without using Microsoft PowerPoint...the Rectangle, create the Paragraph object for a text frame, create...create Portion object for paragraph, add watermark using set_Text()...

    products.aspose.com/total/cpp/conversion/json-t...
  10. Word目录页码问题 - Free Support Forum - aspose.com

    问题:Word生成的目录不对,不能和PDF文件的目录对应,PDF的目录是正确地。请帮忙看看是什么原因,谢谢。 生成目录的核心代码如下: string desPath = Path.Combine(reportDesPath, fileName); Aspose.Words.Document doc = new Aspose.Words.Document(desPath); doc.UpdateFields(); doc.Update…...StartsWith("_Toc")) { Paragraph tocItem = (Paragraph)field.Start.GetAncestor(NodeType...GetAncestor(NodeType.Paragraph); string paragraphName = tocItem...

    forum.aspose.com/t/word/316558