Sort Score
Result 10 results
Languages All
Labels All
Results 3,641 - 3,650 of 153,132 for

text

(0.4 sec)
  1. FormFieldCollection | Aspose.Words for Java

    A collection of FormField objects that represent all the form fields in a range in Java....setStatusText("Checkbox status text"); checkBox.setOwnStatus(true);...insert text input form field. builder.write("Enter text here:...

    reference.aspose.com/words/java/com.aspose.word...
  2. 使用 Python 创建 PDF | Aspose.PDF

    本主题向您展示如何使用适用于 Python 的 Aspose.PDF API 在 Python 应用程序中轻松生成和读取 PDF 文件。...() # Add text to new page textFragment = apdf . text . TextFragment...apdf . text . Position ( 100 , 600 ) textFragment . text_state...

    products.aspose.com/pdf/zh-hans/python-net/create/
  3. FormField.TextInputFormat | Aspose.Words for .NET

    Discover the FormField TextInputFormat property to easily customize Text formatting for your forms, enhancing user experience and data collection....Returns or sets the text formatting for a text form field. public...Remarks If the text form field contains regular text, then valid...

    reference.aspose.com/words/net/aspose.words.fie...
  4. BookmarkCollection.count property | Aspose.Word...

    BookmarkCollection.count property. Returns the number of bookmarks in the collection....# Insert five bookmarks with text inside their boundaries. i =...bookmark_name ) builder . write ( f 'Text inside { bookmark_name } .'...

    reference.aspose.com/words/python-net/aspose.wo...
  5. BookmarkCollection.count property | Aspose.Word...

    BookmarkCollection.count property. Returns the number of bookmarks in the collection....// Insert five bookmarks with text inside their boundaries. for...bookmarkName ); builder . write ( `Text inside ${ bookmarkName } .`...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. Error in jasperserver with Aspose Word for jasp...

    Hi When i Want to test the plugin aspose.Word.jasperserver under the jasperserver I hava an error Exception Details: Location: com/aspose/words/jasperreports/internal/awjr299.a(Lcom/aspose/words/jasperreports/in…...text.SimpleDateFormat"> <variableExpression><...<variableExpression><![CDATA[new java.text.SimpleDateFormat("dd/MM/yyy...

    forum.aspose.com/t/error-in-jasperserver-with-a...
  7. Aspose::Words::ParagraphFormat::get_LeftIndent ...

    Aspose::Words::ParagraphFormat::get_LeftIndent method. Gets or sets the value (in points) that represents the left indent for paragraph in C++....formatting to create off-center text. auto doc = System :: MakeObject...DocumentBuilder > ( doc ); // Center all text that the document builder writes...

    reference.aspose.com/words/cpp/aspose.words/par...
  8. Aspose::Words::ParagraphFormat::get_RightIndent...

    Aspose::Words::ParagraphFormat::get_RightIndent method. Gets or sets the value (in points) that represents the right indent for paragraph in C++....formatting to create off-center text. auto doc = System :: MakeObject...DocumentBuilder > ( doc ); // Center all text that the document builder writes...

    reference.aspose.com/words/cpp/aspose.words/par...
  9. Aspose::Words::Drawing::ShapeBase::get_Name met...

    Aspose::Words::Drawing::ShapeBase::get_Name method. Gets or sets the optional shape name in C++....to use a shape’s alternative text. auto doc = System :: MakeObject...set_AlternativeText ( u "Alt text for MyCube." ); // We can access...

    reference.aspose.com/words/cpp/aspose.words.dra...
  10. Find and Replace in C#|Aspose.Words for .NET

    Find a string or regular expression pattern in your document and replace it with the Text you want using C#....quite a while to find specific text in a long document. It will...FindReplaceOptions class. Find and Replace Text Using Simple String Replacement...

    docs.aspose.com/words/net/find-and-replace/