Sort Score
Result 10 results
Languages All
Labels All
Results 3,851 - 3,860 of 18,590 for

paragraphs

(0.46 sec)
  1. DocumentBuilder.InsertStyleSeparator | Aspose.W...

    Förbättra dina dokument med DocumentBuilder InsertStyleSeparator-metoden och lägg enkelt till stilavgränsare för förbättrad formatering och organisation.... Paragraph , "MyParaStyle" ); paraStyle...doc . FirstSection . Body . Paragraphs . Count ); Assert . AreEqual...

    reference.aspose.com/words/sv/net/aspose.words/...
  2. Body.EnsureMinimum | Aspose.Words for .NET

    Optimize your content with the Body EnsureMinimum method. Automatically add an empty paragraph if the last child isn't a paragraph for better formatting....not a paragraph, creates and appends one empty paragraph. public...section, one body and one paragraph. // Call the "RemoveAllChildren"...

    reference.aspose.com/words/net/aspose.words/bod...
  3. スライド内のテキストをすべて取得|Aspose.Slides ドキュメント

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....// Iterate through all the paragraphs in the slide. foreach ( DocumentFormat...OpenXml . Drawing . Paragraph paragraph in slidePart . Slide...

    docs.aspose.com/slides/ja/net/get-all-the-text-...
  4. Navigation avec curseur en C++|Aspose.Words pou...

    Naviguez entre les différents nœuds d'un document, tels qu'un paragraphe, un signet ou un caractère spécifique à l'aide de C++....actuel, vous pouvez obtenir le paragraphe actuellement sélectionné...CurrentNode . Lorsque le paragraphe actuel est vide ou que le...

    docs.aspose.com/words/fr/cpp/navigation-with-cu...
  5. FieldToc.bookmark_name property | Aspose.Words ...

    FieldToc.bookmark_name property. Gets or sets the name of the bookmark that marks the portion of the document used to build the table.... use_paragraph_outline_level = False ins...1' ) builder . writeln ( 'Paragraph text.' ) insert_new_page_with_heading...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Aspose::Words::InlineStory::get_Tables method |...

    Aspose::Words::InlineStory::get_Tables method. Gets a collection of tables that are immediate children of the story in C++....last child of the node is a paragraph, // for us to be able to click...Aspose :: Words :: NodeType :: Paragraph , footnote -> get_LastChild...

    reference.aspose.com/words/cpp/aspose.words/inl...
  7. Automatizando la generación de PowerPoint en .N...

    Automatice la creación de diapositivas en plataformas en la nube con Aspose.Slides para .NET—genere, edite y convierta archivos PowerPoint y OpenDocument de forma rápida y fiable....text ) { var paragraph = new Paragraph (); paragraph . ParagraphFormat...Symbol ; paragraph . ParagraphFormat . Indent = 15 ; paragraph . ParagraphFormat...

    docs.aspose.com/slides/es/net/automating-powerp...
  8. 如何使用aspose-words动态分页table - Free Support Forum ...

    Hi Teams, 因为aspose-words是自动分页的,但是现在我需要满足这样的需求。在正文部分的table需要有table header和table footer。也就是每一页的header是一样的,table footer也是一样的,但是这样的话就需要动态计算总页数,然后分页。 请问该怎么实现呢?或者实现这样的Table数据还有其他的方式么? 非常感谢。...setHeadingFormat(false); Paragraph paragraph = footerRow.getCells()...getFirstParagraph(); paragraph.removeAllChildren(); paragraph.getParagraphFormat()...

    forum.aspose.com/t/aspose-words-table/315228
  9. إدارة فقرات نص PowerPoint في C++|وثائق Aspose.S...

    إتقان تنسيق الفقرات مع Aspose.Slides لـ C++ — تحسين المحاذاة والمسافات والأسلوب في عروض PPT و PPTX و ODP باستخدام C++....IParagraph > para0 = tf -> get_Paragraphs () -> idx_get ( 0 ); SharedPtr...SharedPtr < Paragraph > para1 = MakeObject < Paragraph > (); tf...

    docs.aspose.com/slides/ar/cpp/manage-paragraph/
  10. Aspose.Words Use of consulting - Free Support F...

    I have a Word document with multiple headings (all are Level 1). Each heading is followed by a section of text. Is there a way to extract all headings and the specific content under each one?...Paragraph) { Paragraph p = (Paragraph)child; if (styles...page breaks from the last paragraph while (part.LastSection.Body...

    forum.aspose.com/t/aspose-words-use-of-consulti...