Sort Score
Result 10 results
Languages All
Labels All
Results 2,821 - 2,830 of 155,088 for

text

(0.23 sec)
  1. How to remove font dom from html after converte...

    Is there any way to remove font dom from “Td”. or Is there any way to avoid the Text are separate by font tag. e904128e-711c-447f-a3f6-a50f5a3d9c8c.png (47.1 KB)...Is there any way to avoid the text are separate by font tag. e...contains rich text formatting, which causes the text to be divided...

    forum.aspose.com/t/how-to-remove-font-dom-from-...
  2. How to add/insert TextBox to Worksheet with Gol...

    How to add/insert TextBox to Worksheet in Aspose.Cells with Golang via C++....via C++ Contents [ Hide ] Add Text Box to Worksheet in Excel In...places where you can insert text boxes: one in Insert Shapes...

    docs.aspose.com/cells/go-cpp/add-text-box-to-wo...
  3. ShapeBase.font property | Aspose.Words for Python

    ShapeBase.font property. Provides access to the font formatting of this object....Examples Shows how to insert a text box, and set the font of its...= aw . drawing . ShapeType . TEXT_BOX , width = 300 , height =...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Working with Headers and Footers|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....Developers can get or set the text string that appears on the left...with the font properties of the text. Setting Headers and Footers...

    docs.aspose.com/diagram/java/working-with-heade...
  5. FootnoteOptions.startNumber property | Aspose.W...

    FootnoteOptions.startNumber property. Specifies the starting number or character for the first automatically numbered footnotes....reference or a side comment to text // that does not interfere with...with the main body text's flow. // Inserting a footnote/endnote...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. Shape.firstParagraph property | Aspose.Words fo...

    Shape.firstParagraph property. Gets the first paragraph in the shape....Shows how to create and format a text box. let doc = new aw . Document...Document (); // Create a floating text box. let textBox = new aw ....

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. Shape.first_paragraph property | Aspose.Words f...

    Shape.first_paragraph property. Gets the first paragraph in the shape....Shows how to create and format a text box. doc = aw . Document ()...() # Create a floating text box. text_box = aw . drawing . Shape...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Document.watermark property | Aspose.Words for ...

    Document.watermark property. Provides access to the document watermark....Examples Shows how to create a text watermark. doc = aw . Document...plain text watermark. doc . watermark . set_text ( text = 'Aspose...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Create TextBox Field|Aspose.PDF for Java

    Learn how to add Text box fields to a PDF document in Java using the FormEditor facade in Aspose.PDF....) to add text fields to a PDF form. Create text box fields...facade. Add each text field with FieldType.Text , the field name...

    docs.aspose.com/pdf/java/create-textbox-field/
  10. Example of Hello World using Python|Aspose.PDF ...

    This sample demonstrates how to create a simple PDF document with Text Hello World using Aspose.PDF for Python via .NET....creating a PDF document containing text “Hello World!”. After installing...TextFragment object Set Text Colors Create a Text Builder Add TextFragment...

    docs.aspose.com/pdf/python-net/hello-world-exam...