Sort Score
Result 10 results
Languages All
Labels All
Results 2,931 - 2,940 of 18,334 for

paragraph

(0.13 sec)
  1. HtmlSaveOptions.exportDropDownFormFieldAsText p...

    HtmlSaveOptions.exportDropDownFormFieldAsText property. Controls how drop-down form fields are saved to HTML or MHTML...form fields to blend in with paragraph text when saving to html....

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. ShapeBase.RelativeHorizontalSize | Aspose.Words...

    Discover the ShapeBase RelativeHorizontalSize property to easily adjust shape sizes horizontally for enhanced design flexibility and precision.... Paragraph ) { // etting the position...

    reference.aspose.com/words/net/aspose.words.dra...
  3. FieldAdvance.down_offset property | Aspose.Word...

    FieldAdvance.down_offset property. Gets or sets the number of points by which the text that follows the field should be moved down....continue to be applied until the paragraph ends, # or another ADVANCE...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Node.remove method | Aspose.Words for Python

    Node.remove method. Removes itself from the parent....section body can contain Paragraph and Table nodes. # If the...

    reference.aspose.com/words/python-net/aspose.wo...
  5. HtmlSaveOptions.ExportDropDownFormFieldAsText |...

    Discover how the HtmlSaveOptions ExportDropDownFormFieldAsText property enhances your HTML/MHTML exports by controlling dropdown field formats. Optimize your documents!...form fields to blend in with paragraph text when saving to html....

    reference.aspose.com/words/net/aspose.words.sav...
  6. Adding shape watermark removes the header - Fre...

    Hello, Describe the case I’m using this tutorial to add a shape watermark into my document. The document is created using HTML templates. The document has header and footer. I’m using Aspose.Words 25.3. Describe the i…...void InsertWatermarkIntoH(Paragraph watermarkPara, Section sect...void InsertWatermarkIntoH(Paragraph watermarkPara, Section sect...

    forum.aspose.com/t/adding-shape-watermark-remov...
  7. ShapeBase.width_relative property | Aspose.Word...

    ShapeBase.width_relative property. Gets or sets the value that represents the percentage of shape's relative width.... PARAGRAPH : # etting the position binding...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Aspose::Words::NodeCollection::Contains method ...

    Aspose::Words::NodeCollection::Contains method. Determines whether a node is in the collection in C++....then appears in the parent Paragraph's RunCollection. System ::...

    reference.aspose.com/words/cpp/aspose.words/nod...
  9. Aspose::Words::Fields::Field::Remove method | A...

    Aspose::Words::Fields::Field::Remove method. Removes the field from the document. Returns a node right after the field. If the field's end is the last child of its parent node, returns its parent Paragraph. If the field is already removed, returns null in C++....node, returns its parent paragraph. If the field is already removed...

    reference.aspose.com/words/cpp/aspose.words.fie...
  10. Word 有序列表、嵌套列表解析失效 - Free Support Forum - aspos...

    当前使用版本 Aspose.Words for Java 23.10 ,使用时发现三个列表解析问题: 1、无法解析成嵌套列表 2、无法解析成嵌套列表,而且缩进变成了   空格符代替 3、不同序号类型无法解析成序号,全部是p 标签 参考附件: xuhao.docx (12.1 KB)...updateListLabels(); for (Paragraph paragraph : (Iterable<Paragraph>) doc.getChildNodes(NodeType...getChildNodes(NodeType.PARAGRAPH, true)) { if (paragraph.isListItem())...

    forum.aspose.com/t/word/315453