TextDeleteBuilder
Kind: class
Module/package: text_editing
SDK: pdfdancer-client-python 2.0.0
Declaration
TextDeleteBuilder() -> 'None'
Members
__init__
__init__(self) -> 'None'
Initialize self. See help(type(self)) for accurate signature.
build
build(self) -> 'TextDeleteRequest'
case_sensitive
case_sensitive(self, case_sensitive: 'bool') -> 'Self'
hyphenation_enabled
hyphenation_enabled(self, enabled: 'bool') -> 'Self'
layout
layout(self, layout: 'Optional[TextLayoutRequest]') -> 'Self'
literal
literal(self, literal: 'str') -> 'Self'
max_matches
max_matches(self, max_matches: 'int') -> 'Self'
pages
pages(self, *pages: 'int | Sequence[int]') -> 'Self'
reflow_when_supported
reflow_when_supported(self, profile: 'TextLayoutProfile') -> 'Self'
regex
regex(self, regex: 'str') -> 'Self'
require_reflow
require_reflow(self, profile: 'TextLayoutProfile') -> 'Self'
source_anchored
source_anchored(self) -> 'Self'
whole_words
whole_words(self, whole_words: 'bool') -> 'Self'