Poppler.TextAttributes¶
Fields¶
Name |
Type |
Access |
Description |
|---|---|---|---|
color |
r/w |
a |
|
end_index |
r/w |
end position this text attributes apply |
|
font_name |
r/w |
font name |
|
font_size |
r/w |
font size |
|
is_underlined |
r/w |
if text is underlined |
|
start_index |
r/w |
start position this text attributes apply |
Methods¶
class |
|
|
|
|
Details¶
- class Poppler.TextAttributes¶
A
Poppler.TextAttributesis used to describe text attributes of a range of textNew in version 0.18.
- classmethod new()¶
- Returns:
a new
Poppler.TextAttributes, usePoppler.TextAttributes.free() to free it- Return type:
Creates a new
Poppler.TextAttributesNew in version 0.18.
- copy()¶
- Returns:
a new allocated copy of self
- Return type:
Creates a copy of self
New in version 0.18.
- free()¶
Frees the given
Poppler.TextAttributesNew in version 0.18.