Sort Score
Result 10 results
Languages All
Labels All
Results 1,691 - 1,700 of 17,314 for

paragraph

(0.06 sec)
  1. Why does ParagraphFormat.getFirstLineIndent() r...

    请看一下附件里的template.zip (42.3 KB)这个模板文件,可以看到如附件里的 这个截图所示,first line indent是没有设置的。 然后当我在用Aspose Java的API去读取这个模板文件里的这个样式的first line indent时,发现得到的是-28.35,见附件里的 截图。截图里的程序如下,把new Document(new FileInputStream(“xxx.dotm”)…...typically indicates that the paragraph has a hanging indent set....that the first line of the paragraph is indented to the left of...

    forum.aspose.com/t/why-does-paragraphformat-get...
  2. List.listId property | Aspose.Words for Node.js

    List.listId property. Gets the unique identifier of the list....Examples Shows how to output all paragraphs in a document that are list...getChildNodes ( aw . NodeType . Paragraph , true )]; for ( let node...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. How to add watermark text in cover page of word...

    Hi How to add a watermark to the cover page of a word document using Aspose Words API for Java. Now watermark text appears in all other pages and not in cover page. Following code is being used now boolean watermarke…...get Paragraph watermarkPara = new Paragraph(doc); watermarkPara...appendChild(watermarkPara); } // for (Paragraph paragraph : section.getBody().getParagraphs()...

    forum.aspose.com/t/how-to-add-watermark-text-in...
  4. ParagraphFormat.line_spacing_rule property | As...

    ParagraphFormat.line_spacing_rule property. Gets or sets the line spacing for the Paragraph....the line spacing for the paragraph. @property def line_spacing_rule...we can define using the # paragraph's "LineSpacingRule" property...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Aspose::Words::PaperSize enum | Aspose.Words fo...

    Aspose::Words::PaperSize enum. Specifies paper size in C++....section, one body and one paragraph. // Call the "RemoveAllChildren"...>> ( body ); // Create a paragraph, set some formatting properties...

    reference.aspose.com/words/cpp/aspose.words/pap...
  6. Insert and Append Documents|Aspose.Words for Py...

    Combine documents into one: insert or append a document into a new or existing one using find and replace, merge field, bookmark, or simply at the document end in Python....this, create a bookmarked paragraph where you want the document...should not enclose multiple paragraphs or text that you want them...

    docs.aspose.com/words/python-net/insert-and-app...
  7. Story.last_paragraph property | Aspose.Words fo...

    Story.last_Paragraph property. Gets the last Paragraph in the story....last_paragraph property Story.last_paragraph property Gets the...last paragraph in the story. @property def last_paragraph ( self...

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

    Represents a collection of nodes of a specific type in Java....then appears in the parent Paragraph's RunCollection. RunCollection...first paragraph of this document. Paragraph paragraph = (Paragraph)...

    reference.aspose.com/words/java/com.aspose.word...
  9. CompatibilityOptions.do_not_suppress_paragraph_...

    CompatibilityOptions.do_not_suppress_Paragraph_borders property. Do Not Suppress Paragraph Borders Next To Frames....do_not_suppress_paragraph_borders property CompatibilityOptions...do_not_suppress_paragraph_borders property Do Not Suppress Paragraph Borders...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Aspose::Words::Settings::CompatibilityOptions::...

    Aspose::Words::Settings::CompatibilityOptions::get_DoNotSuppressIndentation method. Do Not Ignore Floating Objects When Calculating Paragraph Indentation in C++....Objects When Calculating Paragraph Indentation. bool Aspose ::...

    reference.aspose.com/words/cpp/aspose.words.set...