Sort Score
Result 10 results
Languages All
Labels All
Results 5,681 - 5,690 of 151,741 for

text

(0.18 sec)
  1. DocumentVisitor.visitEditableRangeEnd method | ...

    DocumentVisitor.visitEditableRangeEnd method. Called when an end of an editable range is encountered in the document....<summary> /// Gets the plain text of the document that was accumulated...they would be in the case of text boxes if ( mVisitorIsInsideEdit...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. DocumentVisitor.visitEditableRangeStart method ...

    DocumentVisitor.visitEditableRangeStart method. Called when a start of an editable range is encountered in the document....<summary> /// Gets the plain text of the document that was accumulated...they would be in the case of text boxes if ( mVisitorIsInsideEdit...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. Add Watermark to PPTX Presentation Files using ...

    C++ source code for adding Watermark to PPTX Presentation....your own C++ apps to insert text or image watermark into PPT...visible or invisible image or text that is placed on top of the...

    products.aspose.com/slides/cpp/watermark/pptx/
  4. Aspose::Words::TabAlignment enum | Aspose.Words...

    Aspose::Words::TabAlignment enum. Specifies the alignment/type of a tab stop in C++....Left-aligns the text after the tab stop. Center 1 Centers the text around...Right-aligns the text at the tab stop. Decimal 3 Aligns the text at the...

    reference.aspose.com/words/cpp/aspose.words/tab...
  5. Aspose::Words::Fields::FieldTC class | Aspose.W...

    Aspose::Words::Fields::FieldTC class. Implements the TC field. To learn more, visit the documentation article in C++....get_DisplayResult () Gets the text that represents the displayed... get_Result () Gets or sets text that is between the field separator...

    reference.aspose.com/words/cpp/aspose.words.fie...
  6. Aspose::Words::Markup::IStructuredDocumentTag::...

    Aspose::Words::Markup::IStructuredDocumentTag::get_XmlMapping method. Gets an object that represents the mapping of this structured document tag to XML data in a custom XML part of the current document in C++....xmlPartContent = u "<root><text>Hello world!</text></root>" ; System ::...ASPOSE_ASSERT_EQ ( System :: Text :: Encoding :: get_ASCII ()...

    reference.aspose.com/words/cpp/aspose.words.mar...
  7. Aspose::Words::Document::get_CustomXmlParts met...

    Aspose::Words::Document::get_CustomXmlParts method. Gets or sets the collection of Custom XML Data Storage Parts in C++....xmlPartContent = u "<root><text>Hello world!</text></root>" ; System ::...ASPOSE_ASSERT_EQ ( System :: Text :: Encoding :: get_ASCII ()...

    reference.aspose.com/words/cpp/aspose.words/doc...
  8. Aspose::Words::Markup::CustomXmlPart::get_Data ...

    Aspose::Words::Markup::CustomXmlPart::get_Data method. Gets or sets the XML content of this Custom XML Data Storage Part in C++....xmlPartContent = u "<root><text>Hello world!</text></root>" ; System ::...ASPOSE_ASSERT_EQ ( System :: Text :: Encoding :: get_ASCII ()...

    reference.aspose.com/words/cpp/aspose.words.mar...
  9. How to Read PDF Table in Java

    This brief tutorial will teach you how to read PDF table in Java. You can write PDF table reader in Java simply by loading the source PDF and then parsing and fetching data from each table using a few lines of code....PDF table in Java and access text belonging to each cell inside...all the text fragments from each cell Display the text fetched...

    kb.aspose.com/pdf/java/how-to-read-pdf-table-in...
  10. PDF Sticky Annotations using C++|Aspose.PDF for...

    This topic about Sticky annotations, as an example we shows the Watermark Annotation in the Text. It uses to represent graphics on the page. Check code snippet to resolve this task.... You can add Watermark Text using WatermarkAnnotation at...using namespace Aspose :: Pdf :: Text ; using namespace Aspose ::...

    docs.aspose.com/pdf/cpp/sticky-annotations/