Sort Score
Result 10 results
Languages All
Labels All
Results 251 - 260 of 17,590 for

paragraph

(0.12 sec)
  1. Manage Bullet|Aspose.Slides for Node.js via .NE...

    Create bullet and numbered lists in PowerPoint presentation in JavaScript...topic series of managing text paragraphs. This page will illustrate...illustrate how we can manage paragraph bullets. Bullets are more useful...

    docs.aspose.com/slides/nodejs-java/manage-bullet/
  2. ListLabel.label_value property | Aspose.Words f...

    ListLabel.label_value property. Gets a numeric value for this label....extract the list labels of all paragraphs that are list items. doc...NodeType . PARAGRAPH , True ) # Find if we have the paragraph list...

    reference.aspose.com/words/python-net/aspose.wo...
  3. FrameFormat.vertical_position property | Aspose...

    FrameFormat.vertical_position property. Gets vertical distance between the edge of the frame and the item specified by the [FrameFormat.relative_vertical_position](../relative_vertical_position/) property....formatting properties of paragraphs that are frames. doc = aw...( MY_DIR + 'Paragraph frame.docx' ) for paragraph in doc . first_section...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Aspose::Words::Fields::FieldStyleRef::get_Suppr...

    Aspose::Words::Fields::FieldStyleRef::get_SuppressNonDelimiters method. Gets or sets whether to suppress non-delimiter characters in C++....); // Add text and apply paragraph styles that STYLEREF fields...get_Styles () -> idx_get ( u "List Paragraph" )); builder -> Writeln (...

    reference.aspose.com/words/cpp/aspose.words.fie...
  5. Aspose::Words::Fields::FieldStyleRef::get_Searc...

    Aspose::Words::Fields::FieldStyleRef::get_SearchFromBottom method. Gets or sets whether to search from the bottom of the current page, rather from the top in C++....); // Add text and apply paragraph styles that STYLEREF fields...get_Styles () -> idx_get ( u "List Paragraph" )); builder -> Writeln (...

    reference.aspose.com/words/cpp/aspose.words.fie...
  6. Rotate Text Inside PDF using C++|Aspose.PDF for...

    Learn how to rotate text within a PDF document in C++ using Aspose.PDF to adjust text orientation and improve layout....auto paragraph = MakeObject < TextParagraph > (); paragraph ->...text fragments to the paragraph paragraph -> AppendLine ( textFragment1...

    docs.aspose.com/pdf/cpp/rotate-text-inside-pdf/
  7. Aspose::Words::Fields::FieldStyleRef class | As...

    Aspose::Words::Fields::FieldStyleRef class. Implements the STYLEREF field. To learn more, visit the documentation article in C++....insert the paragraph number of the referenced paragraph exactly...insert the paragraph number of the referenced paragraph in full...

    reference.aspose.com/words/cpp/aspose.words.fie...
  8. Aspose::Words::Story::get_FirstParagraph method...

    Aspose::Words::Story::get_FirstParagraph method. Gets the first Paragraph in the story in C++....ph method Gets the first paragraph in the story. System :: SharedPtr...SharedPtr < Aspose :: Words :: Paragraph > Aspose :: Words :: Story...

    reference.aspose.com/words/cpp/aspose.words/sto...
  9. 如何获取word中header和footer段落的坐标(x, y)? - Free Suppo...

    您好:我使用aspose-words-21.5.0-jdk17.jar版本生成word。生成的word包含header和footer,还有body。分别是三个table,每个table的的cell都设置了段落。然后把header、body和footer中某一个段落放入到集合中,遍历集合move到对应段落,然后插入对应段落的shape。以下代码注释了计算坐标的代码就可以正常运行。 但是现在有这样的问题:我需要在插入shape的时候重新计…...Paragraph; import com.aspose.words....DocumentBuilder(doc); List<Paragraph> paragraphs = new ArrayList<>();...

    forum.aspose.com/t/word-header-footer-x-y/316493
  10. Aspose::Words::ParagraphFormat::get_NoSpaceBetw...

    Aspose::Words::ParagraphFormat::get_NoSpaceBetweenParagraphsOfSameStyle method. When true, SpaceBefore and SpaceAfter will be ignored between the Paragraphs of the same style in C++....will be ignored between the paragraphs of the same style. bool Aspose...applied to a paragraph style. If applied to a paragraph directly...

    reference.aspose.com/words/cpp/aspose.words/par...