ホーム › Storage.Xps › IXpsOMPage
IXpsOMPage
COMメソッド 22
vtbl = vtable インデックス(0始まり)。HSP等からCOMメソッドをインデックス指定で呼ぶ際に使用します。0〜2 は IUnknown。
| vtbl | メソッド |
|---|---|
| 5 | HRESULT GetOwner(IXpsOMPageReference** pageReference) |
| 6 | HRESULT GetVisuals(IXpsOMVisualCollection** visuals) |
| 7 | HRESULT GetPageDimensions(XPS_SIZE* pageDimensions) |
| 8 | HRESULT SetPageDimensions(XPS_SIZE* pageDimensions) |
| 9 | HRESULT GetContentBox(XPS_RECT* contentBox) |
| 10 | HRESULT SetContentBox(XPS_RECT* contentBox) |
| 11 | HRESULT GetBleedBox(XPS_RECT* bleedBox) |
| 12 | HRESULT SetBleedBox(XPS_RECT* bleedBox) |
| 13 | HRESULT GetLanguage(LPWSTR* language) |
| 14 | HRESULT SetLanguage(LPWSTR language) |
| 15 | HRESULT GetName(LPWSTR* name) |
| 16 | HRESULT SetName(LPWSTR name) |
| 17 | HRESULT GetIsHyperlinkTarget(BOOL* isHyperlinkTarget) |
| 18 | HRESULT SetIsHyperlinkTarget(BOOL isHyperlinkTarget) |
| 19 | HRESULT GetDictionary(IXpsOMDictionary** resourceDictionary) |
| 20 | HRESULT GetDictionaryLocal(IXpsOMDictionary** resourceDictionary) |
| 21 | HRESULT SetDictionaryLocal(IXpsOMDictionary* resourceDictionary) |
| 22 | HRESULT GetDictionaryResource(IXpsOMRemoteDictionaryResource** remoteDictionaryResource) |
| 23 | HRESULT SetDictionaryResource(IXpsOMRemoteDictionaryResource* remoteDictionaryResource) |
| 24 | HRESULT Write(ISequentialStream* stream, BOOL optimizeMarkupSize) |
| 25 | HRESULT GenerateUnusedLookupKey(XPS_OBJECT_TYPE type, LPWSTR* key) |
| 26 | HRESULT Clone(IXpsOMPage** page) |