Sort Score
Result 10 results
Languages All
Labels All
Results 1,911 - 1,920 of 149,187 for

text

(0.21 sec)
  1. IDocumentProcessorPlugin.set_text_watermark met...

    IDocumentProcessorPlugin.set_Text_watermark method. Adds Text watermark on each page of the document loaded by [IDocumentProcessorPlugin.load()](../load/#bytesio_loadoptions) method....set_text_watermark method set_text_watermark(text_watermark,... text_watermark_options) Adds text watermark on each page of...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Merge PDF files using .NET 5|Aspose.PDF for .NET

    This article explains possible ways to concatenate any number of existing PDF files into a Single PDF file....In the form, there are three Text Boxes (textBox1, textBox2, textBox3)...DialogResult . OK ) { textBox1 . Text = openFileDialog1 . FileName...

    docs.aspose.com/pdf/net/how-to-concatenate-pdf-...
  3. Redact PPTX Presentation Files using C++ | prod...

    C++ source code to find and replace Text in PPTX Presentation....C++ apps to find and replace text in presentation files using...Learn how to search and replace text in content, comments or metadata...

    products.aspose.com/slides/cpp/redaction/pptx/
  4. syntax checking & spell correction for GridJs|D...

    This article describes how to add syntax checking & spell correction for GridJs....checkurl ); After a user enters text content in a cell, the action...correct_syntax ( text , locale ): # replace your logic here return text @app...

    docs.aspose.com/cells/python-net/aspose-cells-g...
  5. Aspose::Words::WatermarkType enum | Aspose.Word...

    Aspose::Words::WatermarkType enum. Specifies the watermark type in C++....Value Description Text 0 Indicates that the text will be used as...Examples Shows how to create a text watermark. auto doc = System...

    reference.aspose.com/words/cpp/aspose.words/wat...
  6. Aspose::Words::Watermark::SetText method | Aspo...

    Aspose::Words::Watermark::SetText method. Adds Text watermark into the document in C++....System::String&) method Adds Text watermark into the document...:: String & text ) Parameter Type Description text const System::String&...

    reference.aspose.com/words/cpp/aspose.words/wat...
  7. TextPath.bold property | Aspose.Words for Python

    TextPath.bold property. True if the font is formatted as bold.... def insert_text_paths (): doc = aw . Document...a WordArt object to display text in a shape that we can re-size...

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

    TextPath.small_caps property. True if the font is formatted as small capital letters.... def insert_text_paths (): doc = aw . Document...a WordArt object to display text in a shape that we can re-size...

    reference.aspose.com/words/python-net/aspose.wo...
  9. TextPath.font_family property | Aspose.Words fo...

    TextPath.font_family property. Defines the family of the Textpath font.... def insert_text_paths (): doc = aw . Document...a WordArt object to display text in a shape that we can re-size...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Create New Presentations Using VSTO and Aspose....

    Migrate from Microsoft Office automation to Aspose.Slides for .NET and create new PowerPoint (PPT, PPTX) presentations in C# with clean, reliable code...., layout ); //Set the title text slide . Shapes . Title . TextFrame...TextFrame . TextRange . Text = "Slide Title Heading" ; //Set the...

    docs.aspose.com/slides/net/create-a-new-present...