Skip to main content
Version: API v2 Preview

TextInsertBuilder

Kind: class
Module/package: text_editing
SDK: pdfdancer-client-python 2.0.0

Declaration

TextInsertBuilder() -> 'None'

Members

__init__

__init__(self) -> 'None'

Initialize self. See help(type(self)) for accurate signature.

after

after(self) -> "'TextInsertBuilder'"

before

before(self) -> "'TextInsertBuilder'"

build

build(self) -> 'TextInsertRequest'

caret

caret(self, caret: 'TextInsertCaret') -> "'TextInsertBuilder'"

case_sensitive

case_sensitive(self, case_sensitive: 'bool') -> 'Self'

character_spacing

character_spacing(self, spacing: 'float') -> 'Self'

coordinate

coordinate(self, *args: 'float') -> "'TextInsertBuilder'"

fill_color

fill_color(self, color: 'PdfColorRequest') -> 'Self'

font

font(self, font: 'str') -> 'Self'

hyphenation_enabled

hyphenation_enabled(self, enabled: 'bool') -> 'Self'

insert

insert(self, insert: 'str') -> "'TextInsertBuilder'"

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'

rotation_degrees

rotation_degrees(self, degrees: 'float') -> "'TextInsertBuilder'"

size

size(self, size: 'float') -> 'Self'

source_anchored

source_anchored(self) -> 'Self'

stroke_color

stroke_color(self, color: 'PdfColorRequest') -> 'Self'

style_patch

style_patch(self, patch: 'TextStylePatchRequest') -> "'TextInsertBuilder'"

whole_words

whole_words(self, whole_words: 'bool') -> 'Self'

word_spacing

word_spacing(self, spacing: 'float') -> 'Self'

View source at af2a1171a1b9