#import <OABDefaultsManager.h>
Abgeleitet von NSObject.
Definiert in Zeile 11 der Datei OABDefaultsManager.h.
| - (BOOL) isFilled |
| - (struct EshColor) fillFgColor |
| - (struct EshColor) fillBgColor |
| - (BOOL) isStroked |
| - (struct EshColor) strokeFgColor |
| - (struct EshColor) strokeBgColor |
| - (struct EshColor) shadowColor |
| - (int) fillType |
| - (long) fillFgAlpha |
| - (long) fillBgAlpha |
| - (long) fillAngle |
| - (long) fillFocus |
| - (const struct EshTablePropVal<EshGradientStop> *) fillGradientColors |
| - (unsigned long) fillBlipID |
| - (id) fillBlipName |
| - (int) strokeFillType |
| - (unsigned long) strokeFillBlipID |
| - (id) strokeFillBlipName |
| - (long) strokeFgAlpha |
| - (long) strokeWidth |
| - (long) strokeMiterLimit |
| - (int) strokeCompoundType |
| - (int) strokePresetDash |
| - (const struct EshTablePropVal<ChSINT4> *) strokeCustomDash |
| - (int) strokeCapStyle |
| - (int) strokeJoinStyle |
| - (int) strokeStartArrowType |
| - (int) strokeStartArrowWidth |
| - (int) strokeStartArrowLength |
| - (int) strokeEndArrowType |
| - (int) strokeEndArrowWidth |
| - (int) strokeEndArrowLength |
| - (BOOL) isShadowed |
| - (int) shadowType |
| - (long) shadowAlpha |
| - (long) shadowOffsetX |
| - (long) shadowOffsetY |
| - (long) shadowSoftness |
| - (BOOL) isFillOK |
| - (BOOL) isStrokeOK |
| - (BOOL) isShadowOK |
| - (BOOL) isTextPath |
| - (id) textPathUnicodeString |
| - (int) textPathTextAlignment |
| - (long) textPathFontSize |
| - (id) textPathFontFamily |
| - (BOOL) textPathBold |
| - (BOOL) textPathItalic |
| - (BOOL) textPathUnderline |
| - (BOOL) textPathSmallcaps |
| - (BOOL) textPathStrikethrough |
| - (BOOL) hidden |