Uses of Class
it.tdlight.jni.TdApi.RichText
-
Uses of TdApi.RichText in it.tdlight.jni
Subclasses of TdApi.RichText in it.tdlight.jni Modifier and Type Class Description static class
TdApi.RichTextAnchor
An anchor.static class
TdApi.RichTextAnchorLink
A link to an anchor on the same web page.static class
TdApi.RichTextBold
A bold rich text.static class
TdApi.RichTextEmailAddress
A rich text email link.static class
TdApi.RichTextFixed
A fixed-width rich text.static class
TdApi.RichTextIcon
A small image inside the text.static class
TdApi.RichTextItalic
An italicized rich text.static class
TdApi.RichTextMarked
A marked rich text.static class
TdApi.RichTextPhoneNumber
A rich text phone number.static class
TdApi.RichTextPlain
A plain text.static class
TdApi.RichTextReference
A reference to a richTexts object on the same web page.static class
TdApi.RichTexts
A concatenation of rich texts.static class
TdApi.RichTextStrikethrough
A strikethrough rich text.static class
TdApi.RichTextSubscript
A subscript rich text.static class
TdApi.RichTextSuperscript
A superscript rich text.static class
TdApi.RichTextUnderline
An underlined rich text.static class
TdApi.RichTextUrl
A rich text URL link.Fields in it.tdlight.jni declared as TdApi.RichText Modifier and Type Field Description TdApi.RichText
TdApi.PageBlockAuthorDate. author
Author.TdApi.RichText
TdApi.PageBlockTable. caption
Table caption.TdApi.RichText
TdApi.PageBlockBlockQuote. credit
Quote credit.TdApi.RichText
TdApi.PageBlockCaption. credit
Block credit (like HTML tag <cite>).TdApi.RichText
TdApi.PageBlockPullQuote. credit
Quote credit.TdApi.RichText
TdApi.PageBlockFooter. footer
Footer.TdApi.RichText
TdApi.PageBlockDetails. header
Always visible heading for the block.TdApi.RichText
TdApi.PageBlockHeader. header
Header.TdApi.RichText
TdApi.PageBlockRelatedArticles. header
Block header.TdApi.RichText
TdApi.PageBlockKicker. kicker
Kicker.TdApi.RichText
TdApi.PageBlockSubheader. subheader
Subheader.TdApi.RichText
TdApi.PageBlockSubtitle. subtitle
Subtitle.TdApi.RichText
TdApi.PageBlockBlockQuote. text
Quote text.TdApi.RichText
TdApi.PageBlockCaption. text
Content of the caption.TdApi.RichText
TdApi.PageBlockParagraph. text
Paragraph text.TdApi.RichText
TdApi.PageBlockPreformatted. text
Paragraph text.TdApi.RichText
TdApi.PageBlockPullQuote. text
Quote text.TdApi.RichText
TdApi.PageBlockTableCell. text
Cell text; may be null.TdApi.RichText
TdApi.RichTextAnchorLink. text
The link text.TdApi.RichText
TdApi.RichTextBold. text
Text.TdApi.RichText
TdApi.RichTextEmailAddress. text
Text.TdApi.RichText
TdApi.RichTextFixed. text
Text.TdApi.RichText
TdApi.RichTextItalic. text
Text.TdApi.RichText
TdApi.RichTextMarked. text
Text.TdApi.RichText
TdApi.RichTextPhoneNumber. text
Text.TdApi.RichText
TdApi.RichTextReference. text
The text.TdApi.RichText
TdApi.RichTextStrikethrough. text
Text.TdApi.RichText
TdApi.RichTextSubscript. text
Text.TdApi.RichText
TdApi.RichTextSuperscript. text
Text.TdApi.RichText
TdApi.RichTextUnderline. text
Text.TdApi.RichText
TdApi.RichTextUrl. text
Text.TdApi.RichText[]
TdApi.RichTexts. texts
Texts.TdApi.RichText
TdApi.PageBlockTitle. title
Title.Constructors in it.tdlight.jni with parameters of type TdApi.RichText Constructor Description PageBlockAuthorDate(TdApi.RichText author, int publishDate)
The author and publishing date of a page.PageBlockBlockQuote(TdApi.RichText text, TdApi.RichText credit)
A block quote.PageBlockCaption(TdApi.RichText text, TdApi.RichText credit)
Contains a caption of an instant view web page block, consisting of a text and a trailing credit.PageBlockDetails(TdApi.RichText header, TdApi.PageBlock[] pageBlocks, boolean isOpen)
A collapsible block.PageBlockFooter(TdApi.RichText footer)
The footer of a page.PageBlockHeader(TdApi.RichText header)
A header.PageBlockKicker(TdApi.RichText kicker)
A kicker.PageBlockParagraph(TdApi.RichText text)
A text paragraph.PageBlockPreformatted(TdApi.RichText text, String language)
A preformatted text paragraph.PageBlockPullQuote(TdApi.RichText text, TdApi.RichText credit)
A pull quote.PageBlockRelatedArticles(TdApi.RichText header, TdApi.PageBlockRelatedArticle[] articles)
Related articles.PageBlockSubheader(TdApi.RichText subheader)
A subheader.PageBlockSubtitle(TdApi.RichText subtitle)
The subtitle of a page.PageBlockTable(TdApi.RichText caption, TdApi.PageBlockTableCell[][] cells, boolean isBordered, boolean isStriped)
A table.PageBlockTableCell(TdApi.RichText text, boolean isHeader, int colspan, int rowspan, TdApi.PageBlockHorizontalAlignment align, TdApi.PageBlockVerticalAlignment valign)
Represents a cell of a table.PageBlockTitle(TdApi.RichText title)
The title of a page.RichTextAnchorLink(TdApi.RichText text, String anchorName, String url)
A link to an anchor on the same web page.RichTextBold(TdApi.RichText text)
A bold rich text.RichTextEmailAddress(TdApi.RichText text, String emailAddress)
A rich text email link.RichTextFixed(TdApi.RichText text)
A fixed-width rich text.RichTextItalic(TdApi.RichText text)
An italicized rich text.RichTextMarked(TdApi.RichText text)
A marked rich text.RichTextPhoneNumber(TdApi.RichText text, String phoneNumber)
A rich text phone number.RichTextReference(TdApi.RichText text, String anchorName, String url)
A reference to a richTexts object on the same web page.RichTexts(TdApi.RichText[] texts)
A concatenation of rich texts.RichTextStrikethrough(TdApi.RichText text)
A strikethrough rich text.RichTextSubscript(TdApi.RichText text)
A subscript rich text.RichTextSuperscript(TdApi.RichText text)
A superscript rich text.RichTextUnderline(TdApi.RichText text)
An underlined rich text.RichTextUrl(TdApi.RichText text, String url, boolean isCached)
A rich text URL link.