summaryrefslogtreecommitdiff
path: root/xfa/fxfa/parser/cxfa_imagedata.h
diff options
context:
space:
mode:
Diffstat (limited to 'xfa/fxfa/parser/cxfa_imagedata.h')
-rw-r--r--xfa/fxfa/parser/cxfa_imagedata.h13
1 files changed, 8 insertions, 5 deletions
diff --git a/xfa/fxfa/parser/cxfa_imagedata.h b/xfa/fxfa/parser/cxfa_imagedata.h
index e94615ae1d..8b3ae43b98 100644
--- a/xfa/fxfa/parser/cxfa_imagedata.h
+++ b/xfa/fxfa/parser/cxfa_imagedata.h
@@ -18,13 +18,16 @@ class CXFA_ImageData : public CXFA_Data {
CXFA_ImageData(CXFA_Node* pNode, bool bDefValue);
int32_t GetAspect();
- bool GetContentType(WideString& wsContentType);
- bool GetHref(WideString& wsHref);
- int32_t GetTransferEncoding();
bool GetContent(WideString& wsText);
- bool SetContentType(const WideString& wsContentType);
+
+ bool GetHref(WideString& wsHref);
bool SetHref(const WideString& wsHref);
- bool SetTransferEncoding(int32_t iTransferEncoding);
+
+ XFA_ATTRIBUTEENUM GetTransferEncoding();
+ bool SetTransferEncoding(XFA_ATTRIBUTEENUM iTransferEncoding);
+
+ bool GetContentType(WideString& wsContentType);
+ bool SetContentType(const WideString& wsContentType);
private:
bool m_bDefValue;