Uses of Class
org.drinkless.tdlib.TdApi.RichText
Packages that use TdApi.RichText
-
Uses of TdApi.RichText in org.drinkless.tdlib
Subclasses of TdApi.RichText in org.drinkless.tdlibModifier and TypeClassDescriptionstatic classAn anchor.static classA link to an anchor on the same page.static classA bold rich text.static classA rich text email link.static classA fixed-width rich text.static classA small image inside the text.static classAn italicized rich text.static classA marked rich text.static classA rich text phone number.static classA plain text.static classA reference to a richTexts object on the same page.static classA concatenation of rich texts.static classA strikethrough rich text.static classA subscript rich text.static classA superscript rich text.static classAn underlined rich text.static classA rich text URL link.Fields in org.drinkless.tdlib declared as TdApi.RichTextModifier and TypeFieldDescriptionTdApi.PageBlockAuthorDate.authorAuthor.TdApi.PageBlockTable.captionTable caption.TdApi.PageBlockBlockQuote.creditQuote credit.TdApi.PageBlockCaption.creditBlock credit (like HTML tag <cite>).TdApi.PageBlockPullQuote.creditQuote credit.TdApi.PageBlockFooter.footerFooter.TdApi.PageBlockDetails.headerAlways visible heading for the block.TdApi.PageBlockHeader.headerHeader.TdApi.PageBlockRelatedArticles.headerBlock header.TdApi.PageBlockKicker.kickerKicker.TdApi.PageBlockSubheader.subheaderSubheader.TdApi.PageBlockSubtitle.subtitleSubtitle.TdApi.PageBlockBlockQuote.textQuote text.TdApi.PageBlockCaption.textContent of the caption.TdApi.PageBlockParagraph.textParagraph text.TdApi.PageBlockPreformatted.textParagraph text.TdApi.PageBlockPullQuote.textQuote text.TdApi.PageBlockTableCell.textCell text; may be null.TdApi.RichTextAnchorLink.textThe link text.TdApi.RichTextBold.textText.TdApi.RichTextEmailAddress.textText.TdApi.RichTextFixed.textText.TdApi.RichTextItalic.textText.TdApi.RichTextMarked.textText.TdApi.RichTextPhoneNumber.textText.TdApi.RichTextReference.textThe text.TdApi.RichTextStrikethrough.textText.TdApi.RichTextSubscript.textText.TdApi.RichTextSuperscript.textText.TdApi.RichTextUnderline.textText.TdApi.RichTextUrl.textText.TdApi.RichTexts.textsTexts.TdApi.PageBlockTitle.titleTitle.Constructors in org.drinkless.tdlib with parameters of type TdApi.RichTextModifierConstructorDescriptionPageBlockAuthorDate(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 another block.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.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 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 page.RichTexts(TdApi.RichText[] texts) A concatenation of rich texts.A strikethrough rich text.A subscript rich text.A superscript rich text.An underlined rich text.RichTextUrl(TdApi.RichText text, String url, boolean isCached) A rich text URL link.