Meeting SDK for Android API Reference
Loading...
Searching...
No Matches
us.zoom.sdk.SegmentDetails Class 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()

Detailed Description

Details of a text segment with formatting information.

Definition at line 6 of file SegmentDetails.java.

Field Documentation

◆ backgroundColorAttrs

BackgroundColorAttrs us.zoom.sdk.SegmentDetails.backgroundColorAttrs = new BackgroundColorAttrs()

Segment BackgroundColorAttrs value.

Definition at line 44 of file SegmentDetails.java.

◆ bBold

boolean us.zoom.sdk.SegmentDetails.bBold = false

true: text style is Bold, otherwise not.

Definition at line 12 of file SegmentDetails.java.

◆ bBulletedList

boolean us.zoom.sdk.SegmentDetails.bBulletedList = false

true: text style is BulletedList, otherwise not.

Definition at line 21 of file SegmentDetails.java.

◆ bItalic

boolean us.zoom.sdk.SegmentDetails.bItalic = false

true: text style is Italic, otherwise not.

Definition at line 15 of file SegmentDetails.java.

◆ bNumberedList

boolean us.zoom.sdk.SegmentDetails.bNumberedList = false

true: text style is Numbered, otherwise not.

Definition at line 24 of file SegmentDetails.java.

◆ bQuote

boolean us.zoom.sdk.SegmentDetails.bQuote = false

true: text style is Quote, otherwise not.

Definition at line 29 of file SegmentDetails.java.

◆ bStrikethrough

boolean us.zoom.sdk.SegmentDetails.bStrikethrough = false

true: text style is Strikethrough, otherwise not.

Definition at line 18 of file SegmentDetails.java.

◆ bUnderline

boolean us.zoom.sdk.SegmentDetails.bUnderline = false

true: text style is Underline, otherwise not.

Definition at line 27 of file SegmentDetails.java.

◆ fontColorAttrs

FontColorAttrs us.zoom.sdk.SegmentDetails.fontColorAttrs = new FontColorAttrs()

Segment FontColorAttrs value.

Definition at line 41 of file SegmentDetails.java.

◆ fontSizeAttrs

FontSizeAttrs us.zoom.sdk.SegmentDetails.fontSizeAttrs = new FontSizeAttrs()

Segment FontSizeAttrs value.

Definition at line 38 of file SegmentDetails.java.

◆ indent

int us.zoom.sdk.SegmentDetails.indent = 0

The number of times the indentation style is applied.

Definition at line 35 of file SegmentDetails.java.

◆ insertLinkUrl

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

ParagraphAttrs us.zoom.sdk.SegmentDetails.paragraphAttrs = new ParagraphAttrs()

Segment ParagraphAttrs value.

Definition at line 47 of file SegmentDetails.java.

◆ strContent

String us.zoom.sdk.SegmentDetails.strContent = ""

Segment content value.

Definition at line 9 of file SegmentDetails.java.