Sort Score
Result 10 results
Languages All
Labels All
Results 3,681 - 3,690 of 18,331 for

paragraph

(0.08 sec)
  1. Aspose::Words::Fields::FieldAutoTextList class ...

    Aspose::Words::Fields::FieldAutoTextList class. Implements the AUTOTEXTLIST field. To learn more, visit the documentation article in C++....node, returns its parent paragraph. If the field is already removed...

    reference.aspose.com/words/cpp/aspose.words.fie...
  2. Aspose::Words::Drawing::ImageData::get_Contrast...

    Aspose::Words::Drawing::ImageData::get_Contrast method. Gets or sets the contrast for the specified picture. The value for this property must be a number from 0.0 (the least contrast) to 1.0 (the greatest contrast) in C++....and append it to the first paragraph. auto importedShape = System...

    reference.aspose.com/words/cpp/aspose.words.dra...
  3. Aspose::Words::Fields::FieldFillIn class | Aspo...

    Aspose::Words::Fields::FieldFillIn class. Implements the FILLIN field. To learn more, visit the documentation article in C++....node, returns its parent paragraph. If the field is already removed...

    reference.aspose.com/words/cpp/aspose.words.fie...
  4. Field.Remove | Aspose.Words for .NET

    Effortlessly remove fields from documents with the Field Remove method. Get precise node returns and handle empty fields seamlessly. Optimize your workflow!...node, returns its parent paragraph. If the field is already removed...

    reference.aspose.com/words/net/aspose.words.fie...
  5. Aspose::Words::Drawing::ImageData::get_Brightne...

    Aspose::Words::Drawing::ImageData::get_Brightness method. Gets or sets the brightness of the picture. The value for this property must be a number from 0.0 (dimmest) to 1.0 (brightest) in C++....and append it to the first paragraph. auto importedShape = System...

    reference.aspose.com/words/cpp/aspose.words.dra...
  6. Create AcroForms using using C++|Aspose.PDF for...

    This section explains how to create AcroForms from scratch in your PDF documents with Aspose.PDF for C++...."120 120 120" ); page -> get_Paragraphs () -> Add ( table ); auto...get_Paragraphs () -> Add ( opt1 ); c2 -> get_Paragraphs () ->...

    docs.aspose.com/pdf/cpp/create-form/
  7. FieldSeq | Aspose.Words for Java

    Implements the SEQ field in Java....PARAGRAPH_BREAK); builder.getParagraphFormat()...// Each entry contains the paragraph that contains the SEQ field...

    reference.aspose.com/words/java/com.aspose.word...
  8. Document bookmark misplaced in the last documen...

    We encountered an issue when document bookmark in the last document is misplaced after calls to document.appendDocument() Expected bookmark location same as before the merge. Actual bookmark location - after the two im…...by a paragraph , the bookmark is attached to that paragraph node...adjacent runs, removing empty paragraphs, etc.). One of those passes...

    forum.aspose.com/t/document-bookmark-misplaced-...
  9. Working with Comments in Java|Aspose.Words for ...

    Working with comments using Java....how to add a comment to a paragraph using the Comment class: The...how to add a comment to a paragraph using a region of text and...

    docs.aspose.com/words/java/working-with-comments/
  10. SdtType | Aspose.Words for Java

    Specifies the type of a structured document tag SDT node in Java....INLINE); Paragraph paragraph = doc.getFirstSection()...getBody().getFirstParagraph(); paragraph.appendChild(sdt); // Create...

    reference.aspose.com/words/java/com.aspose.word...