|
Meeting SDK for Android API Reference
|
Details of a text segment with formatting information. More...
Data Structures | |
| class | FontSizeAttrs |
| Segment FontSizeAttrs class. More... | |
| class | FontColorAttrs |
| Segment FontColorAttrs class. More... | |
| class | BackgroundColorAttrs |
| Segment BackgroundColorAttrs class. More... | |
| class | ParagraphAttrs |
| Segment ParagraphAttrs class. More... | |
Data Fields | |
| String | strContent = "" |
| boolean | bBold = false |
| boolean | bItalic = false |
| boolean | bStrikethrough = false |
| boolean | bBulletedList = false |
| boolean | bNumberedList = false |
| boolean | bUnderline = false |
| boolean | bQuote = false |
| String | insertLinkUrl = "" |
| int | indent = 0 |
| FontSizeAttrs | fontSizeAttrs = new FontSizeAttrs() |
| FontColorAttrs | fontColorAttrs = new FontColorAttrs() |
| BackgroundColorAttrs | backgroundColorAttrs = new BackgroundColorAttrs() |
| ParagraphAttrs | paragraphAttrs = new ParagraphAttrs() |
Details of a text segment with formatting information.
Definition at line 6 of file SegmentDetails.java.
| BackgroundColorAttrs us.zoom.sdk.SegmentDetails.backgroundColorAttrs = new BackgroundColorAttrs() |
Segment BackgroundColorAttrs value.
Definition at line 44 of file SegmentDetails.java.
| boolean us.zoom.sdk.SegmentDetails.bBold = false |
true: text style is Bold, otherwise not.
Definition at line 12 of file SegmentDetails.java.
| boolean us.zoom.sdk.SegmentDetails.bBulletedList = false |
true: text style is BulletedList, otherwise not.
Definition at line 21 of file SegmentDetails.java.
| boolean us.zoom.sdk.SegmentDetails.bItalic = false |
true: text style is Italic, otherwise not.
Definition at line 15 of file SegmentDetails.java.
| boolean us.zoom.sdk.SegmentDetails.bNumberedList = false |
true: text style is Numbered, otherwise not.
Definition at line 24 of file SegmentDetails.java.
| boolean us.zoom.sdk.SegmentDetails.bQuote = false |
true: text style is Quote, otherwise not.
Definition at line 29 of file SegmentDetails.java.
| boolean us.zoom.sdk.SegmentDetails.bStrikethrough = false |
true: text style is Strikethrough, otherwise not.
Definition at line 18 of file SegmentDetails.java.
| boolean us.zoom.sdk.SegmentDetails.bUnderline = false |
true: text style is Underline, otherwise not.
Definition at line 27 of file SegmentDetails.java.
| FontColorAttrs us.zoom.sdk.SegmentDetails.fontColorAttrs = new FontColorAttrs() |
Segment FontColorAttrs value.
Definition at line 41 of file SegmentDetails.java.
| FontSizeAttrs us.zoom.sdk.SegmentDetails.fontSizeAttrs = new FontSizeAttrs() |
Segment FontSizeAttrs value.
Definition at line 38 of file SegmentDetails.java.
| int us.zoom.sdk.SegmentDetails.indent = 0 |
The number of times the indentation style is applied.
Definition at line 35 of file SegmentDetails.java.
| String us.zoom.sdk.SegmentDetails.insertLinkUrl = "" |
if insertLinkUrl not empty, text style has insert link url, otherwise not.
Definition at line 32 of file SegmentDetails.java.
| ParagraphAttrs us.zoom.sdk.SegmentDetails.paragraphAttrs = new ParagraphAttrs() |
Segment ParagraphAttrs value.
Definition at line 47 of file SegmentDetails.java.
| String us.zoom.sdk.SegmentDetails.strContent = "" |
Segment content value.
Definition at line 9 of file SegmentDetails.java.