- getCurrentPageNumber
int function(AtkDocument* document) getCurrentPageNumber;
- getDocument
void* function(AtkDocument* document) getDocument;
- getDocumentAttributeValue
const(char)* function(AtkDocument* document, const(char)* attributeName) getDocumentAttributeValue;
- getDocumentAttributes
AtkAttributeSet* function(AtkDocument* document) getDocumentAttributes;
- getDocumentLocale
const(char)* function(AtkDocument* document) getDocumentLocale;
- getDocumentType
const(char)* function(AtkDocument* document) getDocumentType;
- getPageCount
int function(AtkDocument* document) getPageCount;
- parent
GTypeInterface parent;
Undocumented in source.
- setDocumentAttribute
int function(AtkDocument* document, const(char)* attributeName, const(char)* attributeValue) setDocumentAttribute;