Sort Score
Result 10 results
Languages All
Labels All
Results 7,211 - 7,220 of 18,354 for

paragraphs

(0.37 sec)
  1. 档案

    档案...Paragraphs.Add(Image) 方法将新的 Image 添加到页面。...Image(); // 将图像添加到该部分的段落集合中 page.Paragraphs.Add(image1); // 设置图片文件流 image1...

    blog.aspose.com/zh/pdf/convert-image-to-pdf-csh...
  2. IPortionEffectiveData instance variables change...

    Hello Aspose Team! I’ve been under the assumption that when I call .getFormat().getEffective() on a Portion object, the resulting IPortionFormatEffective object was immutable and basically a ‘snapshot’ of the format sty…...the original portion or the paragraph parent for the portion, after...get_Item(2,2); // Keeping the paragraph around for triggering the...

    forum.aspose.com/t/iportioneffectivedata-instan...
  3. Ajouter des tampons d'image dans un PDF en util...

    Ajoutez le tampon d'image dans votre document PDF en utilisant la classe ImageStamp avec la bibliothèque Aspose.PDF....to paragraphs collection of FloatingBox aBox . Paragraphs . Add...to paragraphs collection of page object page . Paragraphs . Add...

    docs.aspose.com/pdf/fr/net/image-stamps-in-pdf-...
  4. Mail Merge Template in Python|Aspose.Words for ...

    Create a Mail Merge template to define fixed content in output documents, and then generate merge documents using the merge fields in Python....inset_field , and insert_paragraph methods. The following code... " , " , 0 ) # Inserts a paragraph break into the document builder...

    docs.aspose.com/words/python-net/mail-merge-tem...
  5. Mail Merge Modèle dans Python|Aspose.Words pour...

    Créez un modèle Mail Merge pour définir un contenu fixe dans les documents de sortie, puis générez des documents de fusion à l'aide des champs de fusion dans Python....insert_text_input , inset_field et insert_paragraph . L’exemple de code suivant... " , " , 0 ) # Inserts a paragraph break into the document builder...

    docs.aspose.com/words/fr/python-net/mail-merge-...
  6. Discontinuous Line Rendering in EQ Fields Using...

    Description EQ (FieldEquation) fields that contain line elements rendered with the PMingLiU (新細明體) font are displayed incorrectly. The line appears discontinuous in the output, while it is rendered as a continuous line …...-aw-rel-hpos:column; -aw-rel-vpos:paragraph; -aw-top-pos:0pt; -aw-wrap-type:inline"...-aw-rel-hpos:column; -aw-rel-vpos:paragraph; -aw-top-pos:0pt; -aw-wrap-type:inline"...

    forum.aspose.com/t/discontinuous-line-rendering...
  7. Aspose::Words::RevisionCollection::get_Count me...

    Aspose::Words::RevisionCollection::get_Count method. Returns the number of revisions in the collection in C++....its parent node from the paragraph text // and then remove the...() -> get_Body () -> get_Paragraphs () -> idx_get ( 1 ); System...

    reference.aspose.com/words/cpp/aspose.words/rev...
  8. Crear documento PDF programáticamente|Aspose.PD...

    Esta página describe cómo crear un documento PDF desde cero con la biblioteca Aspose.PDF....TextFragment a la colección Paragraphs de la página. Guarda el documento...Add text to new page page . Paragraphs . Add ( new Aspose . Pdf...

    docs.aspose.com/pdf/es/net/create-document/
  9. Wyodrębnij tekst i obrazy z plików ODP za pomoc...

    Python kod źródłowy do analizowania prezentacji ODP....range(len(textFramesPPTX)): # Loop through paragraphs in current ITextFrame for...para in textFramesPPTX[i] . paragraphs: # Loop through portions...

    products.aspose.com/slides/pl/python-net/parser...
  10. Travailler avec des Graphiques dans PDF|Aspose....

    Cet article explique ce qu'est un Graphique, comment créer un objet rectangle rempli, comment ajouter du texte à l'intérieur d'un objet graphique, comment ajouter un objet ligne au PDF, etc....est un élément de niveau paragraphe et il peut être ajouté à...à la collection Paragraphs dans une instance de Page. Une instance...

    docs.aspose.com/pdf/fr/cpp/graphs/