Sort Score
Result 10 results
Languages All
Labels All
Results 3,131 - 3,140 of 18,952 for

paragraph

(0.07 sec)
  1. 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
  2. Use DocumentBuilder to Insert Document Elements...

    Insert document elements using the document builder in Java.... Inserting a Paragraph DocumentBuilder.writeln inserts...but in addition, it adds a paragraph break. Current font formatting...

    docs.aspose.com/words/java/use-documentbuilder-...
  3. 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...
  4. FieldAdvance.DownOffset | Aspose.Words for .NET

    Discover the FieldAdvance DownOffset property, easily adjust text positioning with precise control over vertical spacing for enhanced document formatting....continue to be applied until the paragraph ends, // or another ADVANCE...

    reference.aspose.com/words/net/aspose.words.fie...
  5. FieldAdvance.HorizontalPosition | Aspose.Words ...

    Discover the FieldAdvance HorizontalPosition property, easily adjust text positioning for precise layout control in your documents. Enhance your formatting today!...continue to be applied until the paragraph ends, // or another ADVANCE...

    reference.aspose.com/words/net/aspose.words.fie...
  6. FieldAdvance.RightOffset | Aspose.Words for .NET

    Discover the FieldAdvance RightOffset property, easily adjust text positioning with precise point control for enhanced document formatting and clarity....continue to be applied until the paragraph ends, // or another ADVANCE...

    reference.aspose.com/words/net/aspose.words.fie...
  7. ShapeBase.top_relative property | Aspose.Words ...

    ShapeBase.top_relative property. Gets or sets the value that represents shape's relative top position in percent.... PARAGRAPH : # etting the position binding...

    reference.aspose.com/words/python-net/aspose.wo...
  8. FormField | Aspose.Words for Java

    Represents a single form field in Java....and can only be a child of Paragraph . FormField is represented...getParentParagraph() Retrieves the parent Paragraph of this node. getParentParagraph_IInline()...

    reference.aspose.com/words/java/com.aspose.word...
  9. BuiltInDocumentProperties.Lines | Aspose.Words ...

    Discover the BuiltInDocumentProperties Lines property, your key to estimating document line counts efficiently for better content management.... Paragraphs , Is . EqualTo ( 1 )); Assert.... BuiltInDocumentPrope . Paragraphs , Is . EqualTo ( 2 )); //...

    reference.aspose.com/words/net/aspose.words.pro...
  10. ImportFormatOptions | Aspose.Words for Java

    Allows to specify various import options to format output in Java....PARAGRAPH, "MyStyle"); myStyle.getFont()...destination styles into direct paragraph attributes. ImportFormatOptions...

    reference.aspose.com/words/java/com.aspose.word...