java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.PageBlock
it.tdlight.jni.TdApi.PageBlockPreformatted
- Enclosing class:
- TdApi
A preformatted text paragraph.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
Programming language for which the text needs to be formatted.Paragraph text. -
Constructor Summary
ConstructorDescriptionA preformatted text paragraph.PageBlockPreformatted
(TdApi.RichText text, String language) A preformatted text paragraph.PageBlockPreformatted
(DataInput input) A preformatted text paragraph. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
text
Paragraph text. -
language
Programming language for which the text needs to be formatted. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
PageBlockPreformatted
public PageBlockPreformatted()A preformatted text paragraph. -
PageBlockPreformatted
A preformatted text paragraph.- Parameters:
text
- RichText Paragraph text.language
- String Programming language for which the text needs to be formatted.
-
PageBlockPreformatted
A preformatted text paragraph.- Throws:
IOException
-
-
Method Details
-
getConstructor
public int getConstructor()- Specified by:
getConstructor
in classTdApi.Object
-
serialize
- Specified by:
serialize
in classTdApi.Object
- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-