Sort Score
Result 10 results
Languages All
Labels All
Results 431 - 440 of 36,325 for

paragraph

(0.06 sec)
  1. CreateParagraph() | Aspose.Slides for C++ API R...

    Creates a new empty Paragraph....method Creates a new empty paragraph. virtual System :: SharedPtr...CreateParagraph () = 0 Return Value Paragraph . IParagraphFactory::Crea...

    reference.aspose.com/slides/cpp/aspose.slides/i...
  2. FindReplaceOptions.SmartParagraphBreakReplaceme...

    FindReplaceOptions SmartParagraphBreakReplacement property. Gets or sets a boolean value indicating either it is allowed to replace Paragraph break when there is no next sibling Paragraph in C#....it is allowed to replace paragraph break when there is no next...next sibling paragraph. The default value is false . public bool...

    reference.aspose.com/words/net/aspose.words.rep...
  3. ReplacingArgs.MatchNode | Aspose.Words for .NET

    ReplacingArgs MatchNode property. Gets the node that contains the beginning of the match in C#....after the paragraph containing the matched text. Paragraph para =...= ( Paragraph ) args . MatchNode . ParentNode ; InsertDocument...

    reference.aspose.com/words/net/aspose.words.rep...
  4. DocumentVisitor.visit_paragraph_end method | As...

    DocumentVisitor.visit_Paragraph_end method. Called when enumeration of a Paragraph has ended....visit_paragraph_end method visit_paragraph_end(paragraph) Called...enumeration of a paragraph has ended. def visit_paragraph_end ( self...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Items | Aspose.PSD for .NET API Reference

    Items IText.Items property Gets the items. public ITextPortion [] Items { get ; } Property Value The items. Examples ......= "Second paragraph\r" ) { throw new Exception...(); } // Checking paragraphs data // Paragraphs have different justification...

    reference.aspose.com/psd/net/aspose.psd.filefor...
  6. 新增段落时的标签问题 - Free Support Forum - aspose.com

    你好,我的输入文档: 项目进度计划.docx (21.0 KB) 代码: Document document = new Document("D:\\xxx\\项目进度计划.docx"); NodeCollection<Paragraph> childNodes = document.getChildNodes(NodeType.Paragraph, true); document.startTra…...docx"); NodeCollection<Paragraph> childNodes = document.ge...getChildNodes(NodeType.PARAGRAPH, true); document.startTrackRevisions("DF...

    forum.aspose.com/t/topic/284811
  7. DocumentBuilder.MoveToParagraph | Aspose.Words ...

    DocumentBuilder MoveToParagraph method. Moves the cursor to a Paragraph in the current section in C#....method Moves the cursor to a paragraph in the current section. public...paragraphIndex Int32 The index of the paragraph to move to. characterIndex...

    reference.aspose.com/words/net/aspose.words/doc...
  8. Justification | Aspose.PSD for .NET API 参考

    获取或设置对正... Paragraph . Justification = JustificationMode...portions [ 3 ]. Text != "Second paragraph\r" ) { throw new Exception...

    reference.aspose.com/psd/zh/net/aspose.psd.file...
  9. 生成word文件,有序列表如何配置序号样式和序号自增 - Free Support Forum...

    我的代码: Document document = new Document(); Section section = new Section(document); Body body = new Body(document); document.removeAllChildren(); section.appendChild(body); document.appendChild(…...appendChild(section); //第一层 Paragraph paragraph = new Paragraph(document); paragraph..."000")); ListFormat listFormat = paragraph.getListFormat(); listFormat...

    forum.aspose.com/t/word/261490
  10. MarkupParagraph | Aspose.PDF for Java API Refer...

    Represents a Paragraph....MarkupParagraph Represents a paragraph. Methods Method Description...of polygon that describes paragraph. getSecondaryPoints() Points...

    reference.aspose.com/pdf/java/com.aspose.pdf/ma...