Sort Score
Result 10 results
Languages All
Labels All
Results 3,031 - 3,040 of 17,511 for

paragraph

(0.14 sec)
  1. 通過 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/
  2. Pdf.net TextFragment properties - Free Support ...

    Hi In aspose words the Paragraph class has SpaceBefore and SpaceAfter Properties. I don’t see these Properties in Pdf.net. Please advise how Space Before and Space after can be set for Pdf.net. Also Aspose Words has a …...1 Hi In aspose words the paragraph class has SpaceBefore and...logo.File = inFile; page.Paragraphs.Add(logo); //TITLE TextFragment...

    forum.aspose.com/t/pdf-net-textfragment-propert...
  3. 创建演示文稿|Aspose.Slides 文档

    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....(), new ListStyle (), new Paragraph ( new EndParagraphRunPrope...(), new ListStyle (), new Paragraph ( new EndParagraphRunPrope...

    docs.aspose.com/slides/zh/net/create-a-presenta...
  4. ListLevelAlignment enumeration | Aspose.Words f...

    Aspose.Words.Lists.ListLevelAlignment enumeration. Specifies alignment for the list number or bullet....custom list formatting to paragraphs when using DocumentBuilder...organize and decorate sets of paragraphs with prefix symbols and indents...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. List.is_list_style_definition property | Aspose...

    List.is_list_style_definition property. Returns ``True`` if this list is a definition of a list style....cannot be applied directly to paragraphs to make them numbered. Examples...organize and decorate sets of paragraphs with prefix symbols and indents...

    reference.aspose.com/words/python-net/aspose.wo...
  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. 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
  8. Convert JSON Format to PPT via C++ | products.a...

    Parse JSON to PPT 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...
  9. NodeCollection.insert method | Aspose.Words for...

    NodeCollection.insert method. Inserts a node into the collection at the specified index....then appears in the parent Paragraph's RunCollection. runs = doc...first_section . body . first_paragraph . runs self . assertEqual...

    reference.aspose.com/words/python-net/aspose.wo...
  10. List.isListStyleReference property | Aspose.Wor...

    List.isListStyleReference property. Returns ``true`` if this list is a reference to a list style....organize and decorate sets of paragraphs with prefix symbols and indents..."ListFormat" property. // Each paragraph that we add between a list's...

    reference.aspose.com/words/nodejs-net/aspose.wo...