Sort Score
Result 10 results
Languages All
Labels All
Results 4,621 - 4,630 of 151,740 for

text

(0.08 sec)
  1. FieldXE.PageNumberReplacement | Aspose.Words fo...

    Discover the FieldXE PageNumberReplacement property to easily customize page number Text for enhanced document formatting and improved readability....PageNumberReplacemen property Gets or sets text used in place of a page number...will display the XE field's Text property value on the left side...

    reference.aspose.com/words/net/aspose.words.fie...
  2. Some content cannot be replaced successfully Wh...

    Sample Code void Main() { InitCoreComponent(); var doc = new Aspose.Words.Document(@"C:\Users\admin\Desktop\demo.docx"); foreach (Paragraph para in doc.GetChildNodes(NodeType.Paragraph, true)) { Range paraRange …...document, particularly if the text you want to replace is embedded...due to hidden text, formatting issues, or the text being located...

    forum.aspose.com/t/some-content-cannot-be-repla...
  3. 在PDF中旋转文本使用C++|Aspose.PDF for C++

    了解将文本旋转到PDF的不同方法。Aspose.PDF允许您将文本旋转到任意角度,旋转文本片段或整个段落。...using namespace Aspose :: Pdf :: Text ; void ImplementRotationUsi...MakeObject < TextFragment > ( "main text" ); textFragment1 -> set_Position...

    docs.aspose.com/pdf/zh/cpp/rotate-text-inside-pdf/
  4. Document.Sections | Aspose.Words for .NET

    Explore the Document Sections property to access a complete collection of all document sections, enhancing your content organization and navigation.... Writeln ( "This text is in section 1." ); // Section...); builder . Writeln ( "This text is in section 2." ); Assert...

    reference.aspose.com/words/net/aspose.words/doc...
  5. ITextShaper Interface | Aspose.Words for .NET

    Discover the Aspose.Words.Shaping.ITextShaper interface for advanced Text shaping methods. Enhance your document formatting with precision and ease!...interface Provides methods for text shaping. public interface ITextShaper...generated from a sequence of text fragments. Length of the returned...

    reference.aspose.com/words/net/aspose.words.sha...
  6. Convert JP2 to TXT via C# | Aspose

    Sample code for JP2 to TXT C# conversion. Use API example code for batch JP2 files to TXT conversion within VB.NET, Asp.NET or any .NET based application....recognition on JP2 document and save text as JP2 document using Aspose...documents containing recognized text. To add it to your project,...

    products.aspose.com/ocr/net/conversion/jp2-to-txt/
  7. Convert TIFF to TXT via C# | Aspose

    Sample code for TIFF to TXT C# conversion. Use API example code for batch TIFF files to TXT conversion within VB.NET, Asp.NET or any .NET based application....recognition on TIFF document and save text as TIFF document using Aspose...documents containing recognized text. To add it to your project,...

    products.aspose.com/ocr/net/conversion/tiff-to-...
  8. Converting to Fixed-page Format in C++|Aspose.W...

    Save documents to PDF, XPS, HTML, XAML, PostScript, and PCL formats....be of various types, such as text, spreadsheets, slides, CAD drawings...vector form. In contrast, some text editing applications do not...

    docs.aspose.com/words/cpp/converting-to-fixed-p...
  9. Manage Presentation Tables in C++|Aspose.Slides...

    Create & edit tables in PowerPoint slides with Aspose.Slides for C++. Discover simple code examples to streamline your table workflows.... Add some text to the TextFrame . Save the...( 1 ), false ); // Adds some text to the merged cell tbl -> get_Rows...

    docs.aspose.com/slides/cpp/manage-table/
  10. Comment.Done | Aspose.Words for .NET

    Mark comments as complete with the Done property. Easily manage your tasks and improve workflow efficiency with this simple flag feature.... Text = "Hello world!" ; comment ...are not "done" with a faded text color. comment = new Comment...

    reference.aspose.com/words/net/aspose.words/com...