|
Meeting SDK for Android API Reference
|
Data Structures | |
| class | BackgroundColorAttrs |
| Segment BackgroundColorAttrs class. More... | |
| class | FontColorAttrs |
| Segment FontColorAttrs class. More... | |
| class | FontSizeAttrs |
| Segment FontSizeAttrs class. More... | |
| class | ParagraphAttrs |
| Segment ParagraphAttrs class. More... | |
Data Fields | |
| String | strContent = "" |
| Segment content value. | |
| boolean | bBold = false |
| true: text style is Bold, otherwise not. | |
| boolean | bItalic = false |
| true: text style is Italic, otherwise not. | |
| boolean | bStrikethrough = false |
| true: text style is Strikethrough, otherwise not. | |
| boolean | bBulletedList = false |
| true: text style is BulletedList, otherwise not. | |
| boolean | bNumberedList = false |
| true: text style is Numbered, otherwise not. | |
| boolean | bUnderline = false |
| true: text style is Underline, otherwise not. | |
| boolean | bQuote = false |
| true: text style is Quote, otherwise not. | |
| String | insertLinkUrl = "" |
| if insertLinkUrl not empty, text style has insert link url, otherwise not. | |
| int | indent = 0 |
| The number of times the indentation style is applied. | |
| FontSizeAttrs | fontSizeAttrs = new FontSizeAttrs() |
| Segment FontSizeAttrs value. | |
| FontColorAttrs | fontColorAttrs = new FontColorAttrs() |
| Segment FontColorAttrs value. | |
| BackgroundColorAttrs | backgroundColorAttrs = new BackgroundColorAttrs() |
| Segment BackgroundColorAttrs value. | |
| ParagraphAttrs | paragraphAttrs = new ParagraphAttrs() |
| Segment ParagraphAttrs value. | |
Definition at line 3 of file SegmentDetails.java.
| BackgroundColorAttrs us.zoom.sdk.SegmentDetails.backgroundColorAttrs = new BackgroundColorAttrs() |
Segment BackgroundColorAttrs value.
Definition at line 56 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 24 of file SegmentDetails.java.
| boolean us.zoom.sdk.SegmentDetails.bItalic = false |
true: text style is Italic, otherwise not.
Definition at line 16 of file SegmentDetails.java.
| boolean us.zoom.sdk.SegmentDetails.bNumberedList = false |
true: text style is Numbered, otherwise not.
Definition at line 28 of file SegmentDetails.java.
| boolean us.zoom.sdk.SegmentDetails.bQuote = false |
true: text style is Quote, otherwise not.
Definition at line 36 of file SegmentDetails.java.
| boolean us.zoom.sdk.SegmentDetails.bStrikethrough = false |
true: text style is Strikethrough, otherwise not.
Definition at line 20 of file SegmentDetails.java.
| boolean us.zoom.sdk.SegmentDetails.bUnderline = false |
true: text style is Underline, otherwise not.
Definition at line 32 of file SegmentDetails.java.
| FontColorAttrs us.zoom.sdk.SegmentDetails.fontColorAttrs = new FontColorAttrs() |
Segment FontColorAttrs value.
Definition at line 52 of file SegmentDetails.java.
| FontSizeAttrs us.zoom.sdk.SegmentDetails.fontSizeAttrs = new FontSizeAttrs() |
Segment FontSizeAttrs value.
Definition at line 48 of file SegmentDetails.java.
| int us.zoom.sdk.SegmentDetails.indent = 0 |
The number of times the indentation style is applied.
Definition at line 44 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 40 of file SegmentDetails.java.
| ParagraphAttrs us.zoom.sdk.SegmentDetails.paragraphAttrs = new ParagraphAttrs() |
Segment ParagraphAttrs value.
Definition at line 60 of file SegmentDetails.java.
| String us.zoom.sdk.SegmentDetails.strContent = "" |
Segment content value.
Definition at line 8 of file SegmentDetails.java.