Uses of Class
org.drinkless.tdlib.TdApi.RichText
-
Packages that use TdApi.RichText Package Description org.drinkless.tdlib -
-
Uses of TdApi.RichText in org.drinkless.tdlib
Subclasses of TdApi.RichText in org.drinkless.tdlib Modifier and Type Class Description static classTdApi.RichTextAnchorAn anchor.static classTdApi.RichTextAnchorLinkA link to an anchor on the same web page.static classTdApi.RichTextBoldA bold rich text.static classTdApi.RichTextEmailAddressA rich text email link.static classTdApi.RichTextFixedA fixed-width rich text.static classTdApi.RichTextIconA small image inside the text.static classTdApi.RichTextItalicAn italicized rich text.static classTdApi.RichTextMarkedA marked rich text.static classTdApi.RichTextPhoneNumberA rich text phone number.static classTdApi.RichTextPlainA plain text.static classTdApi.RichTextReferenceA reference to a richTexts object on the same web page.static classTdApi.RichTextsA concatenation of rich texts.static classTdApi.RichTextStrikethroughA strikethrough rich text.static classTdApi.RichTextSubscriptA subscript rich text.static classTdApi.RichTextSuperscriptA superscript rich text.static classTdApi.RichTextUnderlineAn underlined rich text.static classTdApi.RichTextUrlA rich text URL link.Fields in org.drinkless.tdlib declared as TdApi.RichText Modifier and Type Field Description TdApi.RichTextTdApi.PageBlockAuthorDate. authorAuthor.TdApi.RichTextTdApi.PageBlockTable. captionTable caption.TdApi.RichTextTdApi.PageBlockBlockQuote. creditQuote credit.TdApi.RichTextTdApi.PageBlockCaption. creditBlock credit (like HTML tag <cite>).TdApi.RichTextTdApi.PageBlockPullQuote. creditQuote credit.TdApi.RichTextTdApi.PageBlockFooter. footerFooter.TdApi.RichTextTdApi.PageBlockDetails. headerAlways visible heading for the block.TdApi.RichTextTdApi.PageBlockHeader. headerHeader.TdApi.RichTextTdApi.PageBlockRelatedArticles. headerBlock header.TdApi.RichTextTdApi.PageBlockKicker. kickerKicker.TdApi.RichTextTdApi.PageBlockSubheader. subheaderSubheader.TdApi.RichTextTdApi.PageBlockSubtitle. subtitleSubtitle.TdApi.RichTextTdApi.PageBlockBlockQuote. textQuote text.TdApi.RichTextTdApi.PageBlockCaption. textContent of the caption.TdApi.RichTextTdApi.PageBlockParagraph. textParagraph text.TdApi.RichTextTdApi.PageBlockPreformatted. textParagraph text.TdApi.RichTextTdApi.PageBlockPullQuote. textQuote text.TdApi.RichTextTdApi.PageBlockTableCell. textCell text; may be null.TdApi.RichTextTdApi.RichTextAnchorLink. textThe link text.TdApi.RichTextTdApi.RichTextBold. textText.TdApi.RichTextTdApi.RichTextEmailAddress. textText.TdApi.RichTextTdApi.RichTextFixed. textText.TdApi.RichTextTdApi.RichTextItalic. textText.TdApi.RichTextTdApi.RichTextMarked. textText.TdApi.RichTextTdApi.RichTextPhoneNumber. textText.TdApi.RichTextTdApi.RichTextReference. textThe text.TdApi.RichTextTdApi.RichTextStrikethrough. textText.TdApi.RichTextTdApi.RichTextSubscript. textText.TdApi.RichTextTdApi.RichTextSuperscript. textText.TdApi.RichTextTdApi.RichTextUnderline. textText.TdApi.RichTextTdApi.RichTextUrl. textText.TdApi.RichText[]TdApi.RichTexts. textsTexts.TdApi.RichTextTdApi.PageBlockTitle. titleTitle.Constructors in org.drinkless.tdlib 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.
-