Sort Score
Result 10 results
Languages All
Labels All
Results 4,501 - 4,510 of 151,806 for

text

(1.07 sec)
  1. Add PDF Header and Footer|Aspose.PDF for Java

    Aspose.PDF for Java allows you to add headers and footers to your PDF file using TextStamp class....we can add image stamps and text stamps to PDF documents by using...quite easy to understand. Adding Text in Header of PDF File You can...

    docs.aspose.com/pdf/java/add-headers-and-footer...
  2. Aspose::Words::TextWatermarkOptions::get_FontFa...

    Aspose::Words::TextWatermarkOptions::get_FontFamily method. Gets or sets font family name. The default value is "Calibri" in C++....Examples Shows how to create a text watermark. auto doc = System...Document > (); // Add a plain text watermark. doc -> get_Watermark...

    reference.aspose.com/words/cpp/aspose.words/tex...
  3. Font.Scaling | Aspose.Words for .NET

    Discover the Font Scaling property to adjust character width in percent, enhancing Text readability and design flexibility for your projects....DocumentBuilder ( doc ); // Add run of text and increase character width...characters" ); // Add run of text and add 1pt of extra horizontal...

    reference.aspose.com/words/net/aspose.words/fon...
  4. ChartAxisTitle.Orientation | Aspose.Words for .NET

    ChartAxisTitle Orientation property. Gets or sets the orientation of the axis title Text....orientation of the axis title text. public ShapeTextOrientation...chartShape . Chart ; chart . Title . Text = "Sample Chart" ; chart . Title...

    reference.aspose.com/words/net/aspose.words.dra...
  5. 在 C# 中操作 PDF 文档|Aspose.PDF for .NET

    本文包含有关如何验证 PDF 文档是否符合 PDF A 标准、如何处理目录、如何设置 PDF 到期日期等信息。... Text . TextFragment ( "Table Of Contents"... FontStyle = Aspose . Pdf . Text . FontStyles . Bold ; // Set...

    docs.aspose.com/pdf/zh/net/manipulate-pdf-docum...
  6. Aspose::Words::Document::get_ShadeFormData meth...

    Aspose::Words::Document::get_ShadeFormData method. Specifies whether to turn on the gray shading on form fields in C++....TextFormFieldType :: Regular , u "" , u "Text contents of form field, which...bookmarked text will blend in with the other text. doc -> set_ShadeFormData...

    reference.aspose.com/words/cpp/aspose.words/doc...
  7. Aspose::Words::PageSetup::get_TextOrientation m...

    Aspose::Words::PageSetup::get_TextOrientation method. Allows to specify TextOrientation for the whole page. Default value is Horizontal in C++....() Examples Shows how to set text orientation. auto doc = System..."TextOrientation.Upward" to rotate all the text 90 degrees // to the right so...

    reference.aspose.com/words/cpp/aspose.words/pag...
  8. Managing TextBox of Excel files with Golang via...

    Learn how to manage TextBox in Excel files using Aspose.Cells with Golang via C++....Golang via C++ How to apply/set text alignment to textbox with Golang...Golang via C++ Access the Text Box by Name with Golang via C++...

    docs.aspose.com/cells/go-cpp/managing-textbox-o...
  9. PageSetup.text_orientation property | Aspose.Wo...

    PageSetup.Text_orientation property. Allows to specify [PageSetup.Text_orientation](./) for the whole page...text_orientation property PageSetup.text_orientation property...Allows to specify PageSetup.text_orientation for the whole page...

    reference.aspose.com/words/python-net/aspose.wo...
  10. 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++.... Adding TextBoxField A text field is a form element which...allows a recipient to enter text into your form. This would be...

    docs.aspose.com/pdf/cpp/create-form/