Sort Score
Result 10 results
Languages All
Labels All
Results 6,521 - 6,530 of 18,543 for

paragraphs

(0.25 sec)
  1. Typographie asiatique en Python|Aspose.Words po...

    Travaillez avec la typographie asiatique en utilisant Python. Ajustez l'espace entre le texte asiatique et latin dans Python....ensemble d’options pour les paragraphes de texte dans les documents...dialogue des propriétés de paragraphe dans Microsoft Word comporte...

    docs.aspose.com/words/fr/python-net/working-wit...
  2. Typographie asiatique en C#|Aspose.Words pour .NET

    Travaillez avec la typographie asiatique en utilisant C#. Ajustez l'espace entre le texte asiatique et latin dans C#....ensemble d’options pour les paragraphes de texte dans les documents...dialogue des propriétés de paragraphe dans Microsoft Word comporte...

    docs.aspose.com/words/fr/net/working-with-asian...
  3. Membuat Dokumen PDF menggunakan C++|Aspose.PDF ...

    Tugas paling populer dan dasar dalam bekerja dengan file PDF adalah membuat dokumen dari awal. Gunakan pustaka Aspose.PDF untuk C++....Tambahkan TextFragment ke koleksi Paragraph pada halaman Simpan dokumen..."Hello World!" ); page -> get_Paragraphs () -> Add ( textFragment...

    docs.aspose.com/pdf/id/cpp/create-document/
  4. TabStopCollection.RemoveByPosition | Aspose.Wor...

    Rimuovi facilmente le tabulazioni dalla tua raccolta con il metodo RemoveByPosition. Semplifica la formattazione per un maggiore controllo sui documenti!... foreach ( Paragraph para in doc . GetChildNodes...GetChildNodes ( NodeType . Paragraph , true )) if ( para . ParagraphFormat...

    reference.aspose.com/words/it/net/aspose.words/...
  5. OfficeMath.node_type property | Aspose.Words fo...

    OfficeMath.node_type property. Returns [NodeType.OFFICE_MATH](../../../aspose.words/nodetype/#OFFICE_MATH).... parent_paragraph ) # Change the location and...property OfficeMath.parent_paragraph property...

    reference.aspose.com/words/python-net/aspose.wo...
  6. ShapeBase.allow_overlap property | Aspose.Words...

    ShapeBase.allow_overlap property. Gets or sets a value that specifies whether this shape can overlap other shapes.... PARAGRAPH , table . vertical_anchor...COLUMN # Only Margin, Page, Paragraph available in RelativeVerticalPosi...

    reference.aspose.com/words/python-net/aspose.wo...
  7. TabStop.Leader | Aspose.Words لـ .NET

    اكتشف خصائص TabStop Leader لتخصيص أنواع خطوط الدليل لعلامات التبويب لديك، مما يُحسّن وضوح مستنداتك وعرضها. حسّن تنسيقك اليوم!... foreach ( Paragraph para in doc . GetChildNodes...GetChildNodes ( NodeType . Paragraph , true )) if ( para . ParagraphFormat...

    reference.aspose.com/words/ar/net/aspose.words/...
  8. Trích xuất văn bản và hình ảnh từ tài liệu ODP ...

    Mã ví dụ C ++ để trích xuất văn bản và hình ảnh từ tệp ODP trên Môi trường thời gian chạy C ++ cho Windows 32 bit, Windows 64 bit và Linux 64 bit....get_Length(); i++){ // Loop through paragraphs in current ITextFrame for...(SharedPtr<IParagraph> paragraph : textFramesSlideOne[i]->get_Paragraphs()){ //...

    products.aspose.com/slides/vi/cpp/parser/odp/
  9. Niveaux logiques des nœuds dans un document dan...

    Dans Aspose.Words pour Java, la documentation mentionnait les niveaux logiques des nœuds-niveau bloc, niveau en ligne ou niveau ligne. Le niveau du nœud est utilisé pour décrire l'emplacement dans l'arborescence du document où se trouve généralement le nœud....toute histoire se compose de paragraphes et de tableaux, respectivement...représentés par les objets Paragraph et Table du niveau Bloc. De...

    docs.aspose.com/words/fr/java/logical-levels-of...
  10. Working with Headings in PDF|Aspose.PDF for C++

    Create numbering in heading your PDF document with C++. Aspose.PDF for C++ shows different kinds of numbering styles....get_Margin ()); pdfPage -> get_Paragraphs () -> Add ( floatBox ); auto...( true ); floatBox -> get_Paragraphs () -> Add ( heading ); auto...

    docs.aspose.com/pdf/cpp/working-with-headings/