Sort Score
Result 10 results
Languages All
Labels All
Results 4,011 - 4,020 of 18,331 for

paragraph

(0.14 sec)
  1. Common issues with LaTeX files and how to solve...

    Practical tips to troubleshoot LaTeX files, resolving errors, compilation problems, package conflicts, and formatting bugs for seamless document creation....create a line break in a paragraph. \newline - for a line break...adjust the paragraph spacing: \par - inserts a new paragraph. Blank...

    docs.aspose.com/tex/net/troubleshoot-with-latex...
  2. 使用 Python 管理演示文稿中的文本框|Aspose.Slides for Python 文档

    Aspose.Slides for Python via .NET 可轻松创建、编辑和克隆 PowerPoint 和 OpenDocument 文件中的文本框,提升您的演示文稿自动化工作。...AutoShape : for paragraph in shape . text_frame . paragraphs : for portion...portion in paragraph . portions : portion . text = portion . text...

    docs.aspose.com/slides/zh/python-net/manage-tex...
  3. Word 转 html 能否标注页码的元信息? - Free Support Forum - ...

    当前 word 转 html 时,由于页码属于 “文本框”,其转换后在页眉的位置会展示为图片,能否在转换时候将页码的元信息标注在对应页码的位置,并且为对应 html 标签增加页码标记?以方便可以通过 html 反解出 word 文档的页码信息,反向转换也可以考它转的更准确。 或者是否有 java 的接口可以获取到页码信息?...getSections()) { NodeCollection paragraphs = section.getBody().getChildNodes(NodeType...getChildNodes(NodeType.PARAGRAPH, true); for (Paragraph para : (Iterable<Paragraph>)...

    forum.aspose.com/t/word-html/319228
  4. FieldToc class | Aspose.Words for Node.js

    Aspose.Words.Fields.FieldToc class. Implements the TOC field...whether to use the applied paragraph outline level. Methods Name...node, returns its parent paragraph. If the field is already removed...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. GroupShape class | Aspose.Words for Node.js

    Aspose.Words.Drawing.GroupShape class. Represents a group of shapes in a document...Returns the immediate parent paragraph. (Inherited from ShapeBase...asParagraph() Cast node to Paragraph . (Inherited from Node ) asRow()...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. 在 Java 中管理演示文稿属性|Aspose.Slides 文档

    在 Aspose.Slides for Java 中掌握演示文稿属性,简化 PowerPoint 和 OpenDocument 文件的搜索、品牌化和工作流。...get_Item ( 0 ); IParagraph paragraph = autoShape . getTextFrame...getParagraphs (). get_Item ( 0 ); paragraph . getPortions (). clear ();...

    docs.aspose.com/slides/zh/java/presentation-pro...
  7. 在 Android 上管理演示文稿属性|Aspose.Slides 文档

    在 Aspose.Slides for Android via Java 中精通演示文稿属性,并在您的 PowerPoint 和 OpenDocument 文件中简化搜索、品牌化和工作流。...get_Item ( 0 ); IParagraph paragraph = autoShape . getTextFrame...getParagraphs (). get_Item ( 0 ); paragraph . getPortions (). clear ();...

    docs.aspose.com/slides/zh/androidjava/presentat...
  8. Setting Text Color Dynamically in C#|Aspose.Wor...

    Set font text color for document contents dynamically when building a report using C#....every item into a separate paragraph, which text is colored dynamically...can be located either in paragraphs of a single story (or table...

    docs.aspose.com/words/net/setting-text-color-dy...
  9. MathObjectType | Aspose.Words for Java

    Specifies type of an Office Math object in Java.... O_MATH_PARA Math paragraph, or display math zone, that...static int O_MATH_PARA Math paragraph, or display math zone, that...

    reference.aspose.com/words/java/com.aspose.word...
  10. StoryType | Aspose.Words for Java

    Text of a Word document is stored in stories in Java....shape, // which has a parent Paragraph, which is a child node of...all shapes from the child paragraphs of this Body. Assert.assertEquals(doc...

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