Sort Score
Result 10 results
Languages All
Labels All
Results 3,561 - 3,570 of 10,999 for

insert text

(0.38 sec)
  1. Change Background of VSX File via .NET | produc...

    C# source code to change background of VSX documents on .NET Framework, .NET Core, Mono or COM Interop....diagram as background page Insert an image to the background...VSX files can be opened in any text editor to view the contents...

    products.aspose.com/diagram/net/changebackgroun...
  2. Aspose::Words::Document::get_TrackRevisions met...

    Aspose::Words::Document::get_TrackRevisions method. True if changes are tracked when this document is edited in Microsoft Word in C++....get_TrackRevisions ()); // We have added text using the document builder,...the first revision is an insertion-type revision. System :: SharedPtr...

    reference.aspose.com/words/cpp/aspose.words/doc...
  3. CompositeNode class | Aspose.Words for Python

    aspose.words.CompositeNode class. Base class for nodes that can contain other nodes...Composite operations such as insert and remove children. Provides...specified type. get_text() Gets the text of this node and of...

    reference.aspose.com/words/python-net/aspose.wo...
  4. CellFormat.Width | Aspose.Words for .NET

    Discover the CellFormat Width property to easily measure cell width in points, enhancing your spreadsheet's layout and readability....row height to fit the vertical text. builder . InsertCell (); builder...); // Insert a second cell, and then configure cell text padding...

    reference.aspose.com/words/net/aspose.words.tab...
  5. Field class | Aspose.Words for Python

    aspose.words.fields.Field class. Represents a Microsoft Word document field... You can get the plain text version of the field code using...You can get and set the plain text version of the field result...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Aspose::Words::LowCode::Watermarker class | Asp...

    Aspose::Words::LowCode::Watermarker class. Provides methods intended to Insert watermarks into the documents in C++....Provides methods intended to insert watermarks into the documents...const System::String&) Adds a text watermark into the document...

    reference.aspose.com/words/cpp/aspose.words.low...
  7. Create or Add Table In PDF using C#|Aspose.PDF ...

    Aspose.PDF for .NET is a library used to create, read, and edit PDF Tables. Check other advanced functions in this topic....code snippets show how to add text in an existing PDF file. //...Pdf . Text . TextFragment mytext = new Aspose . Pdf . Text . TextFragment...

    docs.aspose.com/pdf/net/add-table-in-existing-p...
  8. Aspose::Words::Drawing::Charts::ChartTitle::get...

    Aspose::Words::Drawing::Charts::ChartTitle::get_Overlay method. Determines whether other chart elements shall be allowed to overlap title. By default overlay is false in C++....get_Overlay () Examples Shows how to insert a chart and set a title. auto...DocumentBuilder > ( doc ); // Insert a chart shape with a document...

    reference.aspose.com/words/cpp/aspose.words.dra...
  9. Online PCL to RTF Conversion or Develop Java ba...

    Free online app to convert PCL to RTF files. Java conversion library code for PCL documents.... String commandString = "INSERT INTO Documents (FileName, FileContent)...Language** outputs into **Rich Text Format (RTF)** documents for...

    products.aspose.com/total/java/conversion/pcl-t...
  10. I use apache.poi create doc, use aspose.words t...

    in local windows dev, the font is not missing; this is my code public static void streamToDocX1(String docFilePath, OutputStream stream) throws Exception { document = new Document(docFilePath); docume…...write("This is text at the end of footer"); ssj123ssj...following HTML structure to insert content with comments: <div>...

    forum.aspose.com/t/i-use-apache-poi-create-doc-...