|
Scribus API for plugins
A stable, high level and documented interface to the Scribus core that plugin developers can use to access the Scribus features.
|
Read and store the text formatting at the current cursor position. More...
#include <scribusAPIDocumentItemTextFormatting.h>


Public Member Functions | |
| ScribusAPIDocumentItemTextFormatting (ScribusAPIDocumentItem *item) | |
| void | setPosition (int position) |
| void | readAtPosition (PageItem *item, int position) |
| void | readAtPosition (int position) |
| void | readAtPosition () |
| QString | getParagraphStyleName () |
| QString | getCharacterStyleName () |
| bool | isBold () |
| bool | isItalic () |
| bool | isSuperscript () |
| bool | isSubscript () |
| bool | isUnderline () |
| bool | isUnderlineWords () |
| bool | isStrikethrough () |
Protected Attributes | |
| PageItem * | item |
| int | position |
| QString | paragraphStyleName |
| QString | characterStyleName |
| int | formatting |
Read and store the text formatting at the current cursor position.
1.8.13