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

paragraph

(0.07 sec)
  1. 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...
  2. 新增段落时的标签问题 - 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
  3. 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...
  4. 生成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
  5. 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...
  6. FieldStyleRef.insert_paragraph_number property ...

    FieldStyleRef.insert_Paragraph_number property. Gets or sets whether to insert the Paragraph number of the referenced Paragraph exactly as it appears in the document....insert_paragraph_number property FieldStyleRef.insert_paragraph_number...insert the paragraph number of the referenced paragraph exactly...

    reference.aspose.com/words/python-net/aspose.wo...
  7. BulletFormat | Aspose.Sildes for .NET API Refer...

    Represents Paragraph bullet formatting properties....BulletFormat class Represents paragraph bullet formatting properties...sets the bullet char of a paragraph with no inheritance. Read/write...

    reference.aspose.com/slides/net/aspose.slides/b...
  8. IBulletFormatEffectiveData | Aspose.Sildes for ...

    IBulletFormatEffectiveData Contents [ Hide ] IBulletFormatEffectiveData class Immutable object which contains effecti......which contains effective paragraph bullet formatting properties...Returns the bullet type of a paragraph. Read-only BulletType . char...

    reference.aspose.com/slides/python-net/aspose.s...
  9. IMathParagraphFactory | Aspose.Slides for Java ...

    Allows to create a math Paragraph... Allows to create a math paragraph For COM comparibility Methods...createMathParagraph() Create empty math paragraph createMathParagraph(IMathBlock...

    reference.aspose.com/slides/java/com.aspose.sli...
  10. TxtSaveOptions.SaveFormat | Aspose.Words for .N...

    TxtSaveOptions 财产. 指定使用此保存选项对象时文档将保存的格式 只能是Text....Writeln ( "Paragraph 1." ); builder . Writeln ( "Paragraph 2." );...); builder . Write ( "Paragraph 3." ); // 创建一个“TxtSaveOptions”...

    reference.aspose.com/words/zh/net/aspose.words....