AtkDocumentIface

Members

Variables

getCurrentPageNumber
int function(AtkDocument* document) getCurrentPageNumber;

gets the current page number. Since 2.12

getDocument
void* function(AtkDocument* document) getDocument;

a #GObject instance that implements AtkDocumentIface. This virtual method is deprecated since 2.12 and it should not be overriden.

getDocumentAttributeValue
const(char)* function(AtkDocument* document, const(char)* attributeName) getDocumentAttributeValue;

returns a string value assocciated with the named attribute for this document, or NULL

getDocumentAttributes
AtkAttributeSet* function(AtkDocument* document) getDocumentAttributes;

gets an AtkAttributeSet which describes document-wide attributes as name-value pairs.

getDocumentLocale
const(char)* function(AtkDocument* document) getDocumentLocale;

gets locale. This virtual function is deprecated since 2.7.90 and it should not be overriden.

getDocumentType
const(char)* function(AtkDocument* document) getDocumentType;

gets a string indicating the document type. This virtual function is deprecated since 2.12 and it should not be overriden.

getPageCount
int function(AtkDocument* document) getPageCount;

gets the page count of the document. Since 2.12

getTextSelections
GArray* function(AtkDocument* document) getTextSelections;
parent
GTypeInterface parent;
setDocumentAttribute
bool function(AtkDocument* document, const(char)* attributeName, const(char)* attributeValue) setDocumentAttribute;

sets the value of an attribute. Returns TRUE on success, FALSE otherwise

setTextSelections
bool function(AtkDocument* document, GArray* selections) setTextSelections;