TextLayoutRequest
Kind: class
Module/package: text-editing
SDK: pdfdancer-client-typescript 2.0.0
Declaration
class TextLayoutRequest
Members
constructor
constructor(mode?: TextLayoutMode, profile?: TextLayoutProfile, hyphenationEnabled?: boolean): TextLayoutRequest
reflowWhenSupported
reflowWhenSupported(profile: TextLayoutProfile): TextLayoutRequest
requireReflow
requireReflow(profile: TextLayoutProfile): TextLayoutRequest
sourceAnchored
sourceAnchored(): TextLayoutRequest
toJSON
toJSON(): Record<string, unknown>
validated
validated(): TextLayoutRequest
withHyphenationEnabled
withHyphenationEnabled(enabled: boolean): TextLayoutRequest
hyphenationEnabled
hyphenationEnabled?: boolean
mode
mode?: TextLayoutMode
profile
profile?: TextLayoutProfile