kword/plugins/scripting

Class List

Here are the classes, structs, unions and interfaces with brief descriptions:
Scripting::CharacterStyleAccess to styles for characters
Scripting::FrameA frame is the container to show content on screen
Scripting::FrameSetA frameset holds a number of Frame (zero or more) objects where each frame holds the content that is displayed on the screen
KoScriptingModule
KoScriptingPart
KoVariable
KoVariableFactory
KWScriptingPartImplements a KPart component to integrate scripting into KWord
Scripting::ModuleEnables access to the KWord functionality from within the scripting backends
Scripting::PagePrinted page in the document
Scripting::PageLayoutThe layout of a Page object that represents a printed page in the document
Scripting::ParagraphStyleAccess to styles for paragraphs
Scripting::TextCursorA cursor to provides a control structure for the successive traversal of content within a TextDocument
Scripting::TextDocumentThe TextDocument object represents a QTextDocument within the Scribe text-engine KWord uses to enable editing of text content
Scripting::TextFrameFrame within a TextDocument
Scripting::TextListThe TextList provides a list of items within a TextDocument
Scripting::TextTableThe TextList provides a table of cells within a TextDocument
Scripting::ToolAccess to functionality like handling for example current/active selections
Scripting::VariableImplements functionality to deal with KWord variables within documents
Scripting::VariableFactory