Defined in LineBreakOptions.d.ts:17 Constructorsconstructor new LineBreakOptions ( structObj ) : LineBreakOptions Parameters structObj : LineBreakOptions_obj Defined in LineBreakOptions.d.ts:31 Accessorsstrictness get strictness( ) : LineBreakStrictness Defined in LineBreakOptions.d.ts:19 set strictness( value ) : void Returns void Defined in LineBreakOptions.d.ts:20 wordOption get wordOption( ) : LineBreakWordOption Defined in LineBreakOptions.d.ts:22 set wordOption( value ) : void Returns void Defined in LineBreakOptions.d.ts:23 MethodsStatic
fromFields fromFields ( structObj ) : LineBreakOptions Parameters structObj : LineBreakOptions_obj Defined in LineBreakOptions.d.ts:28
" "
Create
LineBreakOptions
from an object that contains all ofLineBreakOptions
s fields. Optional fields do not need to be included in the provided object.