Sort Score
Result 10 results
Languages All
Labels All
Results 4,631 - 4,640 of 18,324 for

paragraphs

(0.1 sec)
  1. Архів

    Архів...(SharedPtr<IParagraph> paragraph : textFramesSlideOne[i]->get_Paragraphs()) { //...(SharedPtr<IPortion> portion : paragraph->get_Portions()) { // Відображення...

    blog.aspose.com/uk/slides/extract-text-from-pow...
  2. Archiv

    Archiv...(SharedPtr<IParagraph> paragraph : textFramesSlideOne[i]->get_Paragraphs()) { //...(SharedPtr<IPortion> portion : paragraph->get_Portions()) { // Zobrazit...

    blog.aspose.com/cs/slides/extract-text-from-pow...
  3. Convertir un document en Markdown en C++|Aspose...

    Convertissez un document dans n'importe quel format de chargement pris en charge en Markdown et vice versa à l'aide de C++....direct: Les titres sont des paragraphes avec des styles Titre 1 –...Les guillemets sont des paragraphes avec “Citation” dans le nom...

    docs.aspose.com/words/fr/cpp/convert-a-document...
  4. Obtenir tout le texte dans une diapositive|Docu...

    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....{ // Parcourir tous les paragraphes dans la diapositive. foreach...OpenXml . Drawing . Paragraph paragraph in slidePart . Slide...

    docs.aspose.com/slides/fr/net/get-all-the-text-...
  5. Shape.lastParagraph property | Aspose.Words for...

    Shape.lastParagraph property. Gets the last paragraph in the shape....lastParagraph property Gets the last paragraph in the shape. get lastParagraph...lastParagraph () : Aspose . Words . Paragraph See Also module Aspose.Words...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. FieldStyleRef.insertParagraphNumberInFullContex...

    FieldStyleRef.insertParagraphNumberInFullContext property. Gets or sets whether to insert the paragraph number of the referenced paragraph in full context....insert the paragraph number of the referenced paragraph in full...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. DocumentBuilder.EndEditableRange | Aspose.Words...

    Scopri il metodo EndEditableRange di DocumentBuilder per contrassegnare in modo efficiente le sezioni modificabili nei tuoi documenti, migliorando il flusso di lavoro di modifica...." + " we cannot edit this paragraph without the password." );...builder . Writeln ( "This paragraph is inside an editable range...

    reference.aspose.com/words/it/net/aspose.words/...
  8. PDF 내부 텍스트 회전 C++ 사용|Aspose.PDF for C++

    텍스트를 PDF로 회전하는 다양한 방법을 배웁니다. Aspose.PDF는 텍스트를 임의의 각도로 회전하거나 텍스트 단편 또는 전체 단락을 회전할 수 있습니다....auto paragraph = MakeObject < TextParagraph > (); paragraph ->...단락에 추가 paragraph -> AppendLine ( textFragment1 ); paragraph -> AppendLine...

    docs.aspose.com/pdf/ko/cpp/rotate-text-inside-pdf/
  9. C++中的Aspose.Words文档对象模型(DOM)|Aspose.Words对于C++

    文档对象模型(DOM)是Word文档的内存表示形式。 使用C++读取、操作和修改Word文档的内容和格式。... 可以包含其他节点(例如 Section 或 Paragraph )的节点派生自 CompositeNode 类,而...所示。 Document , Section , Paragraph , Table , Shape , Run , 图...

    docs.aspose.com/words/zh/cpp/aspose-words-docum...
  10. Java を使用したプレゼンテーションでの箇条書きと番号付きリストの管理|Aspose.Sli...

    Aspose.Slides for Java を使用して、PowerPoint および OpenDocument プレゼンテーションで箇条書きと番号付きリストを管理する方法を学びます。段階的なガイド。... Paragraph クラスを使用して最初の段落インスタンスを作成します。...( 0 ); // 段落を作成 Paragraph para = new Paragraph (); // 段落の箇条書きスタイルとシンボルを設定...

    docs.aspose.com/slides/ja/java/manage-bullet/