#import <WXState.h>
Abgeleitet von NSObject.
Definiert in Zeile 11 der Datei WXState.h.
| - (id) init |
| - (void) dealloc |
Implementiert NSObject.
| - (id) document |
| - (void) setDocument: | (id) | fp8 |
| - (void) addText: | (id) | fp8 | ||
| node: | (struct _xmlNode *) | fp12 | ||
| - (id) nodesToBeAdded: | (id) | fp8 |
| - (void) clearOutNodesToBeAdded: | (id) | fp8 |
| - (void) addBookmarkId: | (int) | fp8 | ||
| name: | (id) | fp12 | ||
| - (id) bookmarkName: | (int) | fp8 |
| - (void) addAnnotationID: | (long) | fp8 | ||
| annotation: | (id) | fp12 | ||
| - (id) annotationWithID: | (long) | fp8 |
| - (struct _xmlNode *) xmlFootnoteWithID: | (long) | fp8 |
| - (struct _xmlNode *) xmlEndnoteWithID: | (long) | fp8 |
| - (struct _xmlNode *) xmlAnnotationWithID: | (long) | fp8 |
| - (id) packagePart |
| - (void) setPackagePart: | (id) | fp8 |
| - (void) setDocumentPart: | (id) | fp8 |
| - (id) wxoavState |
| - (void) pushDeleteAuthor: | (id) | fp8 | ||
| date: | (id) | fp12 | ||
| - (void) popDeleteAuthorDate |
| - (id) currentDeleteAuthor |
| - (id) currentDeleteDate |
| - (void) pushEditAuthor: | (id) | fp8 | ||
| date: | (id) | fp12 | ||
| - (void) popEditAuthorDate |
| - (id) currentEditAuthor |
| - (id) currentEditDate |
| - (void) pushFormatAuthor: | (id) | fp8 | ||
| date: | (id) | fp12 | ||
| - (void) popFormatAuthorDate |
| - (id) currentFormatAuthor |
| - (id) currentFormatDate |
| - (id) drawingState |
| - (BOOL) isNewSectionRequested |
| - (void) setNewSectionRequested: | (BOOL) | fp8 |
| - (unsigned long) currentRowCNFStyle |
| - (void) setCurrentRowCNFStyle: | (unsigned long) | fp8 |
| - (unsigned long) currentCellCNFStyle |
| - (void) setCurrentCellCNFStyle: | (unsigned long) | fp8 |
| - (void) setCurrentTableWraps: | (BOOL) | fp8 |
| - (BOOL) currentTableWraps |
| - (void) setIsThumbnail: | (BOOL) | fp8 |
| - (BOOL) isThumbnail |
- (WDDocument*) mDocument [protected] |
- (CPNoCopyDictionary*) mTextNodesToBeAdded [protected] |
- (CPNoCopyDictionary*) mMapBookmarkIdToName [protected] |
- (CPNoCopyDictionary*) mMapAnnotationIdToAnnotation [protected] |
- (OCPPackagePart*) mPackagePart [protected] |
- (struct _xmlDoc*) mFootnoteDocument [read, protected] |
- (struct _xmlNode*) mFootnotes [read, protected] |
- (struct _xmlDoc*) mEndnoteDocument [read, protected] |
- (struct _xmlDoc*) mAnnotationDocument [read, protected] |
- (struct _xmlNode*) mAnnotations [read, protected] |
- (NSMutableArray*) mDeleteAuthorStack [protected] |
- (NSMutableArray*) mDeleteDateStack [protected] |
- (NSMutableArray*) mEditAuthorStack [protected] |
- (NSMutableArray*) mEditDateStack [protected] |
- (NSMutableArray*) mFormatAuthorStack [protected] |
- (NSMutableArray*) mFormatDateStack [protected] |
- (WXOAVState*) mWXOavState [protected] |
- (OAXDrawingState*) mDrawingState [protected] |
- (BOOL) mNewSectionRequested [protected] |
- (unsigned long) mCurrentRowCNFStyle [protected] |
- (unsigned long) mCurrentCellCNFStyle [protected] |
- (BOOL) mCurrentTableWraps [protected] |
- (BOOL) mIsThumbnail [protected] |