Meeting SDK for Android API Reference
Loading...
Searching...
No Matches
IRichTextStyleItem.java
Go to the documentation of this file.
1package us.zoom.sdk;
2
3import java.util.List;
4
5public interface IRichTextStyleItem {
12
18 List<IRichTextStyleOffset> getTextStyleOffsetList();
19}
Enumeration of the content font style type for chat message. For more information,...
RichTextStyle getTextStyle()
Get the rich text type of a portion of the current message.
List< IRichTextStyleOffset > getTextStyleOffsetList()
Get the current message’s rich text position info list of a certain style.