Interface IFragmentObject

    • Method Detail

      • render

        String render()
        Generates the output for a given format.
        Returns:
        the string representation of this inline object.
      • getText

        String getText()
        Gets the text of this object, if the object is a String.
        Returns:
        the text.
        Throws:
        ClassCastException - if the object is not a String.
      • getCTag

        CTag getCTag()
        Gets the CTag of this object, if the object is of that type
        Returns:
        the CTag of this object.
        Throws:
        ClassCastException - if the object is not a CTag.
      • getMTag

        MTag getMTag()
        Gets the MTag of this object, if the object is of that type
        Returns:
        the MTag of this object.
        Throws:
        ClassCastException - if the object is not a MTag.
      • getObject

        Object getObject()
        Gets the original object.
        Returns:
        the original object.