From 835256964f3fa64587a0e05b859d012d125be308 Mon Sep 17 00:00:00 2001 From: Andreas Fitzek Date: Thu, 20 Feb 2014 10:54:04 +0100 Subject: Documentation update --- docs/full/at/gv/egiz/pdfas/api/io/TextBased.html | 222 +++++++++++++++++++++++ 1 file changed, 222 insertions(+) create mode 100644 docs/full/at/gv/egiz/pdfas/api/io/TextBased.html (limited to 'docs/full/at/gv/egiz/pdfas/api/io/TextBased.html') diff --git a/docs/full/at/gv/egiz/pdfas/api/io/TextBased.html b/docs/full/at/gv/egiz/pdfas/api/io/TextBased.html new file mode 100644 index 00000000..09413194 --- /dev/null +++ b/docs/full/at/gv/egiz/pdfas/api/io/TextBased.html @@ -0,0 +1,222 @@ + + + + + +TextBased + + + + + + + +
+ + + + + +
+ + + +
+
at.gv.egiz.pdfas.api.io
+

Interface TextBased

+
+
+
+
    +
  • +
    +
    Deprecated.
    +
    +
    @Deprecated
    +public interface TextBased
    +
    Tells, that the IO Element (DataSink - but mostly DataSource) is based upon + character data. + +

    + This can be used to retrieve the character text directly with the correct + encoding etc. +

    +

    + This makes most sense for text DataSources. +

    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + +
      Methods 
      Modifier and TypeMethod and Description
      java.lang.StringgetText() +
      Deprecated. 
      +
      Returns the text.
      +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getText

        +
        java.lang.String getText()
        +
        Deprecated. 
        +
        Returns the text.
        +
        Returns:
        Returns the text.
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + -- cgit v1.2.3