Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(393)

Side by Side Diff: experimental/PdfViewer/SkPdfAnnotationDictionary_autogen.h

Issue 17748002: Basic support for Type3 Fonts in Pdf + various refactorings (Closed) Base URL: http://skia.googlecode.com/svn/trunk/
Patch Set: Created 7 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 #ifndef __DEFINED__SkPdfAnnotationDictionary
2 #define __DEFINED__SkPdfAnnotationDictionary
3
4 #include "SkPdfEnums_autogen.h"
5 #include "SkPdfArray_autogen.h"
6 #include "SkPdfDictionary_autogen.h"
7
8 // Entries common to all annotation dictionaries
9 class SkPdfAnnotationDictionary : public SkPdfDictionary {
10 public:
11 virtual SkPdfObjectType getType() const { return kAnnotationDictionary_SkPdfOb jectType;}
12 virtual SkPdfObjectType getTypeEnd() const { return (SkPdfObjectType)(kAnnotat ionDictionary_SkPdfObjectType + 1);}
13 public:
14 virtual SkPdfAnnotationDictionary* asAnnotationDictionary() {return this;}
15 virtual const SkPdfAnnotationDictionary* asAnnotationDictionary() const {retur n this;}
16
17 private:
18 virtual SkPdfALinkAnnotationDictionary* asALinkAnnotationDictionary() {return NULL;}
19 virtual const SkPdfALinkAnnotationDictionary* asALinkAnnotationDictionary() co nst {return NULL;}
20
21 virtual SkPdfActionDictionary* asActionDictionary() {return NULL;}
22 virtual const SkPdfActionDictionary* asActionDictionary() const {return NULL;}
23
24 virtual SkPdfAlternateImageDictionary* asAlternateImageDictionary() {return NU LL;}
25 virtual const SkPdfAlternateImageDictionary* asAlternateImageDictionary() cons t {return NULL;}
26
27 virtual SkPdfAnnotationActionsDictionary* asAnnotationActionsDictionary() {ret urn NULL;}
28 virtual const SkPdfAnnotationActionsDictionary* asAnnotationActionsDictionary( ) const {return NULL;}
29
30 virtual SkPdfAppearanceCharacteristicsDictionary* asAppearanceCharacteristicsD ictionary() {return NULL;}
31 virtual const SkPdfAppearanceCharacteristicsDictionary* asAppearanceCharacteri sticsDictionary() const {return NULL;}
32
33 virtual SkPdfAppearanceDictionary* asAppearanceDictionary() {return NULL;}
34 virtual const SkPdfAppearanceDictionary* asAppearanceDictionary() const {retur n NULL;}
35
36 virtual SkPdfApplicationDataDictionary* asApplicationDataDictionary() {return NULL;}
37 virtual const SkPdfApplicationDataDictionary* asApplicationDataDictionary() co nst {return NULL;}
38
39 virtual SkPdfArtifactsDictionary* asArtifactsDictionary() {return NULL;}
40 virtual const SkPdfArtifactsDictionary* asArtifactsDictionary() const {return NULL;}
41
42 virtual SkPdfAttributeObjectDictionary* asAttributeObjectDictionary() {return NULL;}
43 virtual const SkPdfAttributeObjectDictionary* asAttributeObjectDictionary() co nst {return NULL;}
44
45 virtual SkPdfBeadDictionary* asBeadDictionary() {return NULL;}
46 virtual const SkPdfBeadDictionary* asBeadDictionary() const {return NULL;}
47
48 virtual SkPdfBlockLevelStructureElementsDictionary* asBlockLevelStructureEleme ntsDictionary() {return NULL;}
49 virtual const SkPdfBlockLevelStructureElementsDictionary* asBlockLevelStructur eElementsDictionary() const {return NULL;}
50
51 virtual SkPdfBorderStyleDictionary* asBorderStyleDictionary() {return NULL;}
52 virtual const SkPdfBorderStyleDictionary* asBorderStyleDictionary() const {ret urn NULL;}
53
54 virtual SkPdfBoxColorInformationDictionary* asBoxColorInformationDictionary() {return NULL;}
55 virtual const SkPdfBoxColorInformationDictionary* asBoxColorInformationDiction ary() const {return NULL;}
56
57 virtual SkPdfBoxStyleDictionary* asBoxStyleDictionary() {return NULL;}
58 virtual const SkPdfBoxStyleDictionary* asBoxStyleDictionary() const {return NU LL;}
59
60 virtual SkPdfCIDFontDescriptorDictionary* asCIDFontDescriptorDictionary() {ret urn NULL;}
61 virtual const SkPdfCIDFontDescriptorDictionary* asCIDFontDescriptorDictionary( ) const {return NULL;}
62
63 virtual SkPdfCIDSystemInfoDictionary* asCIDSystemInfoDictionary() {return NULL ;}
64 virtual const SkPdfCIDSystemInfoDictionary* asCIDSystemInfoDictionary() const {return NULL;}
65
66 virtual SkPdfCMapDictionary* asCMapDictionary() {return NULL;}
67 virtual const SkPdfCMapDictionary* asCMapDictionary() const {return NULL;}
68
69 virtual SkPdfCalgrayColorSpaceDictionary* asCalgrayColorSpaceDictionary() {ret urn NULL;}
70 virtual const SkPdfCalgrayColorSpaceDictionary* asCalgrayColorSpaceDictionary( ) const {return NULL;}
71
72 virtual SkPdfCalrgbColorSpaceDictionary* asCalrgbColorSpaceDictionary() {retur n NULL;}
73 virtual const SkPdfCalrgbColorSpaceDictionary* asCalrgbColorSpaceDictionary() const {return NULL;}
74
75 virtual SkPdfCatalogDictionary* asCatalogDictionary() {return NULL;}
76 virtual const SkPdfCatalogDictionary* asCatalogDictionary() const {return NULL ;}
77
78 virtual SkPdfCcittfaxdecodeFilterDictionary* asCcittfaxdecodeFilterDictionary( ) {return NULL;}
79 virtual const SkPdfCcittfaxdecodeFilterDictionary* asCcittfaxdecodeFilterDicti onary() const {return NULL;}
80
81 virtual SkPdfCheckboxFieldDictionary* asCheckboxFieldDictionary() {return NULL ;}
82 virtual const SkPdfCheckboxFieldDictionary* asCheckboxFieldDictionary() const {return NULL;}
83
84 virtual SkPdfChoiceFieldDictionary* asChoiceFieldDictionary() {return NULL;}
85 virtual const SkPdfChoiceFieldDictionary* asChoiceFieldDictionary() const {ret urn NULL;}
86
87 virtual SkPdfComponentsWithMetadataDictionary* asComponentsWithMetadataDiction ary() {return NULL;}
88 virtual const SkPdfComponentsWithMetadataDictionary* asComponentsWithMetadataD ictionary() const {return NULL;}
89
90 virtual SkPdfDctdecodeFilterDictionary* asDctdecodeFilterDictionary() {return NULL;}
91 virtual const SkPdfDctdecodeFilterDictionary* asDctdecodeFilterDictionary() co nst {return NULL;}
92
93 virtual SkPdfDeviceNColorSpaceDictionary* asDeviceNColorSpaceDictionary() {ret urn NULL;}
94 virtual const SkPdfDeviceNColorSpaceDictionary* asDeviceNColorSpaceDictionary( ) const {return NULL;}
95
96 virtual SkPdfDocumentCatalogActionsDictionary* asDocumentCatalogActionsDiction ary() {return NULL;}
97 virtual const SkPdfDocumentCatalogActionsDictionary* asDocumentCatalogActionsD ictionary() const {return NULL;}
98
99 virtual SkPdfDocumentInformationDictionary* asDocumentInformationDictionary() {return NULL;}
100 virtual const SkPdfDocumentInformationDictionary* asDocumentInformationDiction ary() const {return NULL;}
101
102 virtual SkPdfEmbeddedFileParameterDictionary* asEmbeddedFileParameterDictionar y() {return NULL;}
103 virtual const SkPdfEmbeddedFileParameterDictionary* asEmbeddedFileParameterDic tionary() const {return NULL;}
104
105 virtual SkPdfEmbeddedFileStreamDictionary* asEmbeddedFileStreamDictionary() {r eturn NULL;}
106 virtual const SkPdfEmbeddedFileStreamDictionary* asEmbeddedFileStreamDictionar y() const {return NULL;}
107
108 virtual SkPdfEmbeddedFontStreamDictionary* asEmbeddedFontStreamDictionary() {r eturn NULL;}
109 virtual const SkPdfEmbeddedFontStreamDictionary* asEmbeddedFontStreamDictionar y() const {return NULL;}
110
111 virtual SkPdfEncodingDictionary* asEncodingDictionary() {return NULL;}
112 virtual const SkPdfEncodingDictionary* asEncodingDictionary() const {return NU LL;}
113
114 virtual SkPdfEncryptedEmbeddedFileStreamDictionary* asEncryptedEmbeddedFileStr eamDictionary() {return NULL;}
115 virtual const SkPdfEncryptedEmbeddedFileStreamDictionary* asEncryptedEmbeddedF ileStreamDictionary() const {return NULL;}
116
117 virtual SkPdfEncryptionCommonDictionary* asEncryptionCommonDictionary() {retur n NULL;}
118 virtual const SkPdfEncryptionCommonDictionary* asEncryptionCommonDictionary() const {return NULL;}
119
120 virtual SkPdfFDFCatalogDictionary* asFDFCatalogDictionary() {return NULL;}
121 virtual const SkPdfFDFCatalogDictionary* asFDFCatalogDictionary() const {retur n NULL;}
122
123 virtual SkPdfFDFDictionary* asFDFDictionary() {return NULL;}
124 virtual const SkPdfFDFDictionary* asFDFDictionary() const {return NULL;}
125
126 virtual SkPdfFDFFieldDictionary* asFDFFieldDictionary() {return NULL;}
127 virtual const SkPdfFDFFieldDictionary* asFDFFieldDictionary() const {return NU LL;}
128
129 virtual SkPdfFDFFileAnnotationDictionary* asFDFFileAnnotationDictionary() {ret urn NULL;}
130 virtual const SkPdfFDFFileAnnotationDictionary* asFDFFileAnnotationDictionary( ) const {return NULL;}
131
132 virtual SkPdfFDFNamedPageReferenceDictionary* asFDFNamedPageReferenceDictionar y() {return NULL;}
133 virtual const SkPdfFDFNamedPageReferenceDictionary* asFDFNamedPageReferenceDic tionary() const {return NULL;}
134
135 virtual SkPdfFDFPageDictionary* asFDFPageDictionary() {return NULL;}
136 virtual const SkPdfFDFPageDictionary* asFDFPageDictionary() const {return NULL ;}
137
138 virtual SkPdfFDFTemplateDictionary* asFDFTemplateDictionary() {return NULL;}
139 virtual const SkPdfFDFTemplateDictionary* asFDFTemplateDictionary() const {ret urn NULL;}
140
141 virtual SkPdfFDFTrailerDictionary* asFDFTrailerDictionary() {return NULL;}
142 virtual const SkPdfFDFTrailerDictionary* asFDFTrailerDictionary() const {retur n NULL;}
143
144 virtual SkPdfFieldDictionary* asFieldDictionary() {return NULL;}
145 virtual const SkPdfFieldDictionary* asFieldDictionary() const {return NULL;}
146
147 virtual SkPdfFileAttachmentAnnotationDictionary* asFileAttachmentAnnotationDic tionary() {return NULL;}
148 virtual const SkPdfFileAttachmentAnnotationDictionary* asFileAttachmentAnnotat ionDictionary() const {return NULL;}
149
150 virtual SkPdfFileSpecificationDictionary* asFileSpecificationDictionary() {ret urn NULL;}
151 virtual const SkPdfFileSpecificationDictionary* asFileSpecificationDictionary( ) const {return NULL;}
152
153 virtual SkPdfFileTrailerDictionary* asFileTrailerDictionary() {return NULL;}
154 virtual const SkPdfFileTrailerDictionary* asFileTrailerDictionary() const {ret urn NULL;}
155
156 virtual SkPdfFontDescriptorDictionary* asFontDescriptorDictionary() {return NU LL;}
157 virtual const SkPdfFontDescriptorDictionary* asFontDescriptorDictionary() cons t {return NULL;}
158
159 virtual SkPdfFontDictionary* asFontDictionary() {return NULL;}
160 virtual const SkPdfFontDictionary* asFontDictionary() const {return NULL;}
161
162 virtual SkPdfCIDFontDictionary* asCIDFontDictionary() {return NULL;}
163 virtual const SkPdfCIDFontDictionary* asCIDFontDictionary() const {return NULL ;}
164
165 virtual SkPdfType0FontDictionary* asType0FontDictionary() {return NULL;}
166 virtual const SkPdfType0FontDictionary* asType0FontDictionary() const {return NULL;}
167
168 virtual SkPdfType3FontDictionary* asType3FontDictionary() {return NULL;}
169 virtual const SkPdfType3FontDictionary* asType3FontDictionary() const {return NULL;}
170
171 virtual SkPdfType1FontDictionary* asType1FontDictionary() {return NULL;}
172 virtual const SkPdfType1FontDictionary* asType1FontDictionary() const {return NULL;}
173
174 virtual SkPdfMultiMasterFontDictionary* asMultiMasterFontDictionary() {return NULL;}
175 virtual const SkPdfMultiMasterFontDictionary* asMultiMasterFontDictionary() co nst {return NULL;}
176
177 virtual SkPdfTrueTypeFontDictionary* asTrueTypeFontDictionary() {return NULL;}
178 virtual const SkPdfTrueTypeFontDictionary* asTrueTypeFontDictionary() const {r eturn NULL;}
179
180 virtual SkPdfFormFieldActionsDictionary* asFormFieldActionsDictionary() {retur n NULL;}
181 virtual const SkPdfFormFieldActionsDictionary* asFormFieldActionsDictionary() const {return NULL;}
182
183 virtual SkPdfFreeTextAnnotationDictionary* asFreeTextAnnotationDictionary() {r eturn NULL;}
184 virtual const SkPdfFreeTextAnnotationDictionary* asFreeTextAnnotationDictionar y() const {return NULL;}
185
186 virtual SkPdfFunctionCommonDictionary* asFunctionCommonDictionary() {return NU LL;}
187 virtual const SkPdfFunctionCommonDictionary* asFunctionCommonDictionary() cons t {return NULL;}
188
189 virtual SkPdfGoToActionDictionary* asGoToActionDictionary() {return NULL;}
190 virtual const SkPdfGoToActionDictionary* asGoToActionDictionary() const {retur n NULL;}
191
192 virtual SkPdfGraphicsStateDictionary* asGraphicsStateDictionary() {return NULL ;}
193 virtual const SkPdfGraphicsStateDictionary* asGraphicsStateDictionary() const {return NULL;}
194
195 virtual SkPdfGroupAttributesDictionary* asGroupAttributesDictionary() {return NULL;}
196 virtual const SkPdfGroupAttributesDictionary* asGroupAttributesDictionary() co nst {return NULL;}
197
198 virtual SkPdfHideActionDictionary* asHideActionDictionary() {return NULL;}
199 virtual const SkPdfHideActionDictionary* asHideActionDictionary() const {retur n NULL;}
200
201 virtual SkPdfIccProfileStreamDictionary* asIccProfileStreamDictionary() {retur n NULL;}
202 virtual const SkPdfIccProfileStreamDictionary* asIccProfileStreamDictionary() const {return NULL;}
203
204 virtual SkPdfIconFitDictionary* asIconFitDictionary() {return NULL;}
205 virtual const SkPdfIconFitDictionary* asIconFitDictionary() const {return NULL ;}
206
207 virtual SkPdfImportDataActionDictionary* asImportDataActionDictionary() {retur n NULL;}
208 virtual const SkPdfImportDataActionDictionary* asImportDataActionDictionary() const {return NULL;}
209
210 virtual SkPdfInkAnnotationDictionary* asInkAnnotationDictionary() {return NULL ;}
211 virtual const SkPdfInkAnnotationDictionary* asInkAnnotationDictionary() const {return NULL;}
212
213 virtual SkPdfInlineLevelStructureElementsDictionary* asInlineLevelStructureEle mentsDictionary() {return NULL;}
214 virtual const SkPdfInlineLevelStructureElementsDictionary* asInlineLevelStruct ureElementsDictionary() const {return NULL;}
215
216 virtual SkPdfInteractiveFormDictionary* asInteractiveFormDictionary() {return NULL;}
217 virtual const SkPdfInteractiveFormDictionary* asInteractiveFormDictionary() co nst {return NULL;}
218
219 virtual SkPdfJavascriptActionDictionary* asJavascriptActionDictionary() {retur n NULL;}
220 virtual const SkPdfJavascriptActionDictionary* asJavascriptActionDictionary() const {return NULL;}
221
222 virtual SkPdfJavascriptDictionary* asJavascriptDictionary() {return NULL;}
223 virtual const SkPdfJavascriptDictionary* asJavascriptDictionary() const {retur n NULL;}
224
225 virtual SkPdfJbig2DecodeFilterDictionary* asJbig2DecodeFilterDictionary() {ret urn NULL;}
226 virtual const SkPdfJbig2DecodeFilterDictionary* asJbig2DecodeFilterDictionary( ) const {return NULL;}
227
228 virtual SkPdfLabColorSpaceDictionary* asLabColorSpaceDictionary() {return NULL ;}
229 virtual const SkPdfLabColorSpaceDictionary* asLabColorSpaceDictionary() const {return NULL;}
230
231 virtual SkPdfLaunchActionDictionary* asLaunchActionDictionary() {return NULL;}
232 virtual const SkPdfLaunchActionDictionary* asLaunchActionDictionary() const {r eturn NULL;}
233
234 virtual SkPdfLineAnnotationDictionary* asLineAnnotationDictionary() {return NU LL;}
235 virtual const SkPdfLineAnnotationDictionary* asLineAnnotationDictionary() cons t {return NULL;}
236
237 virtual SkPdfListAttributeDictionary* asListAttributeDictionary() {return NULL ;}
238 virtual const SkPdfListAttributeDictionary* asListAttributeDictionary() const {return NULL;}
239
240 virtual SkPdfLzwdecodeAndFlatedecodeFiltersDictionary* asLzwdecodeAndFlatedeco deFiltersDictionary() {return NULL;}
241 virtual const SkPdfLzwdecodeAndFlatedecodeFiltersDictionary* asLzwdecodeAndFla tedecodeFiltersDictionary() const {return NULL;}
242
243 virtual SkPdfMacOsFileInformationDictionary* asMacOsFileInformationDictionary( ) {return NULL;}
244 virtual const SkPdfMacOsFileInformationDictionary* asMacOsFileInformationDicti onary() const {return NULL;}
245
246 virtual SkPdfMarkInformationDictionary* asMarkInformationDictionary() {return NULL;}
247 virtual const SkPdfMarkInformationDictionary* asMarkInformationDictionary() co nst {return NULL;}
248
249 virtual SkPdfMarkedContentReferenceDictionary* asMarkedContentReferenceDiction ary() {return NULL;}
250 virtual const SkPdfMarkedContentReferenceDictionary* asMarkedContentReferenceD ictionary() const {return NULL;}
251
252 virtual SkPdfMarkupAnnotationsDictionary* asMarkupAnnotationsDictionary() {ret urn NULL;}
253 virtual const SkPdfMarkupAnnotationsDictionary* asMarkupAnnotationsDictionary( ) const {return NULL;}
254
255 virtual SkPdfMetadataStreamDictionary* asMetadataStreamDictionary() {return NU LL;}
256 virtual const SkPdfMetadataStreamDictionary* asMetadataStreamDictionary() cons t {return NULL;}
257
258 virtual SkPdfMovieActionDictionary* asMovieActionDictionary() {return NULL;}
259 virtual const SkPdfMovieActionDictionary* asMovieActionDictionary() const {ret urn NULL;}
260
261 virtual SkPdfMovieActivationDictionary* asMovieActivationDictionary() {return NULL;}
262 virtual const SkPdfMovieActivationDictionary* asMovieActivationDictionary() co nst {return NULL;}
263
264 virtual SkPdfMovieAnnotationDictionary* asMovieAnnotationDictionary() {return NULL;}
265 virtual const SkPdfMovieAnnotationDictionary* asMovieAnnotationDictionary() co nst {return NULL;}
266
267 virtual SkPdfMovieDictionary* asMovieDictionary() {return NULL;}
268 virtual const SkPdfMovieDictionary* asMovieDictionary() const {return NULL;}
269
270 virtual SkPdfNameDictionary* asNameDictionary() {return NULL;}
271 virtual const SkPdfNameDictionary* asNameDictionary() const {return NULL;}
272
273 virtual SkPdfNameTreeNodeDictionary* asNameTreeNodeDictionary() {return NULL;}
274 virtual const SkPdfNameTreeNodeDictionary* asNameTreeNodeDictionary() const {r eturn NULL;}
275
276 virtual SkPdfNamedActionsDictionary* asNamedActionsDictionary() {return NULL;}
277 virtual const SkPdfNamedActionsDictionary* asNamedActionsDictionary() const {r eturn NULL;}
278
279 virtual SkPdfNumberTreeNodeDictionary* asNumberTreeNodeDictionary() {return NU LL;}
280 virtual const SkPdfNumberTreeNodeDictionary* asNumberTreeNodeDictionary() cons t {return NULL;}
281
282 virtual SkPdfObjectReferenceDictionary* asObjectReferenceDictionary() {return NULL;}
283 virtual const SkPdfObjectReferenceDictionary* asObjectReferenceDictionary() co nst {return NULL;}
284
285 virtual SkPdfOpiVersionDictionary* asOpiVersionDictionary() {return NULL;}
286 virtual const SkPdfOpiVersionDictionary* asOpiVersionDictionary() const {retur n NULL;}
287
288 virtual SkPdfOutlineDictionary* asOutlineDictionary() {return NULL;}
289 virtual const SkPdfOutlineDictionary* asOutlineDictionary() const {return NULL ;}
290
291 virtual SkPdfOutlineItemDictionary* asOutlineItemDictionary() {return NULL;}
292 virtual const SkPdfOutlineItemDictionary* asOutlineItemDictionary() const {ret urn NULL;}
293
294 virtual SkPdfPDF_XOutputIntentDictionary* asPDF_XOutputIntentDictionary() {ret urn NULL;}
295 virtual const SkPdfPDF_XOutputIntentDictionary* asPDF_XOutputIntentDictionary( ) const {return NULL;}
296
297 virtual SkPdfPSXobjectDictionary* asPSXobjectDictionary() {return NULL;}
298 virtual const SkPdfPSXobjectDictionary* asPSXobjectDictionary() const {return NULL;}
299
300 virtual SkPdfPageLabelDictionary* asPageLabelDictionary() {return NULL;}
301 virtual const SkPdfPageLabelDictionary* asPageLabelDictionary() const {return NULL;}
302
303 virtual SkPdfPageObjectActionsDictionary* asPageObjectActionsDictionary() {ret urn NULL;}
304 virtual const SkPdfPageObjectActionsDictionary* asPageObjectActionsDictionary( ) const {return NULL;}
305
306 virtual SkPdfPageObjectDictionary* asPageObjectDictionary() {return NULL;}
307 virtual const SkPdfPageObjectDictionary* asPageObjectDictionary() const {retur n NULL;}
308
309 virtual SkPdfPagePieceDictionary* asPagePieceDictionary() {return NULL;}
310 virtual const SkPdfPagePieceDictionary* asPagePieceDictionary() const {return NULL;}
311
312 virtual SkPdfPageTreeNodeDictionary* asPageTreeNodeDictionary() {return NULL;}
313 virtual const SkPdfPageTreeNodeDictionary* asPageTreeNodeDictionary() const {r eturn NULL;}
314
315 virtual SkPdfPopUpAnnotationDictionary* asPopUpAnnotationDictionary() {return NULL;}
316 virtual const SkPdfPopUpAnnotationDictionary* asPopUpAnnotationDictionary() co nst {return NULL;}
317
318 virtual SkPdfPrinterMarkAnnotationDictionary* asPrinterMarkAnnotationDictionar y() {return NULL;}
319 virtual const SkPdfPrinterMarkAnnotationDictionary* asPrinterMarkAnnotationDic tionary() const {return NULL;}
320
321 virtual SkPdfPrinterMarkFormDictionary* asPrinterMarkFormDictionary() {return NULL;}
322 virtual const SkPdfPrinterMarkFormDictionary* asPrinterMarkFormDictionary() co nst {return NULL;}
323
324 virtual SkPdfRadioButtonFieldDictionary* asRadioButtonFieldDictionary() {retur n NULL;}
325 virtual const SkPdfRadioButtonFieldDictionary* asRadioButtonFieldDictionary() const {return NULL;}
326
327 virtual SkPdfReferenceDictionary* asReferenceDictionary() {return NULL;}
328 virtual const SkPdfReferenceDictionary* asReferenceDictionary() const {return NULL;}
329
330 virtual SkPdfRemoteGoToActionDictionary* asRemoteGoToActionDictionary() {retur n NULL;}
331 virtual const SkPdfRemoteGoToActionDictionary* asRemoteGoToActionDictionary() const {return NULL;}
332
333 virtual SkPdfResetFormActionDictionary* asResetFormActionDictionary() {return NULL;}
334 virtual const SkPdfResetFormActionDictionary* asResetFormActionDictionary() co nst {return NULL;}
335
336 virtual SkPdfResourceDictionary* asResourceDictionary() {return NULL;}
337 virtual const SkPdfResourceDictionary* asResourceDictionary() const {return NU LL;}
338
339 virtual SkPdfRubberStampAnnotationDictionary* asRubberStampAnnotationDictionar y() {return NULL;}
340 virtual const SkPdfRubberStampAnnotationDictionary* asRubberStampAnnotationDic tionary() const {return NULL;}
341
342 virtual SkPdfSeparationDictionary* asSeparationDictionary() {return NULL;}
343 virtual const SkPdfSeparationDictionary* asSeparationDictionary() const {retur n NULL;}
344
345 virtual SkPdfShadingDictionary* asShadingDictionary() {return NULL;}
346 virtual const SkPdfShadingDictionary* asShadingDictionary() const {return NULL ;}
347
348 virtual SkPdfType1ShadingDictionary* asType1ShadingDictionary() {return NULL;}
349 virtual const SkPdfType1ShadingDictionary* asType1ShadingDictionary() const {r eturn NULL;}
350
351 virtual SkPdfType2ShadingDictionary* asType2ShadingDictionary() {return NULL;}
352 virtual const SkPdfType2ShadingDictionary* asType2ShadingDictionary() const {r eturn NULL;}
353
354 virtual SkPdfType3ShadingDictionary* asType3ShadingDictionary() {return NULL;}
355 virtual const SkPdfType3ShadingDictionary* asType3ShadingDictionary() const {r eturn NULL;}
356
357 virtual SkPdfType4ShadingDictionary* asType4ShadingDictionary() {return NULL;}
358 virtual const SkPdfType4ShadingDictionary* asType4ShadingDictionary() const {r eturn NULL;}
359
360 virtual SkPdfType5ShadingDictionary* asType5ShadingDictionary() {return NULL;}
361 virtual const SkPdfType5ShadingDictionary* asType5ShadingDictionary() const {r eturn NULL;}
362
363 virtual SkPdfType6ShadingDictionary* asType6ShadingDictionary() {return NULL;}
364 virtual const SkPdfType6ShadingDictionary* asType6ShadingDictionary() const {r eturn NULL;}
365
366 virtual SkPdfSignatureDictionary* asSignatureDictionary() {return NULL;}
367 virtual const SkPdfSignatureDictionary* asSignatureDictionary() const {return NULL;}
368
369 virtual SkPdfSoftMaskDictionary* asSoftMaskDictionary() {return NULL;}
370 virtual const SkPdfSoftMaskDictionary* asSoftMaskDictionary() const {return NU LL;}
371
372 virtual SkPdfSoftMaskImageDictionary* asSoftMaskImageDictionary() {return NULL ;}
373 virtual const SkPdfSoftMaskImageDictionary* asSoftMaskImageDictionary() const {return NULL;}
374
375 virtual SkPdfSoundActionDictionary* asSoundActionDictionary() {return NULL;}
376 virtual const SkPdfSoundActionDictionary* asSoundActionDictionary() const {ret urn NULL;}
377
378 virtual SkPdfSoundAnnotationDictionary* asSoundAnnotationDictionary() {return NULL;}
379 virtual const SkPdfSoundAnnotationDictionary* asSoundAnnotationDictionary() co nst {return NULL;}
380
381 virtual SkPdfSoundObjectDictionary* asSoundObjectDictionary() {return NULL;}
382 virtual const SkPdfSoundObjectDictionary* asSoundObjectDictionary() const {ret urn NULL;}
383
384 virtual SkPdfSourceInformationDictionary* asSourceInformationDictionary() {ret urn NULL;}
385 virtual const SkPdfSourceInformationDictionary* asSourceInformationDictionary( ) const {return NULL;}
386
387 virtual SkPdfSquareOrCircleAnnotation* asSquareOrCircleAnnotation() {return NU LL;}
388 virtual const SkPdfSquareOrCircleAnnotation* asSquareOrCircleAnnotation() cons t {return NULL;}
389
390 virtual SkPdfStandardSecurityHandlerDictionary* asStandardSecurityHandlerDicti onary() {return NULL;}
391 virtual const SkPdfStandardSecurityHandlerDictionary* asStandardSecurityHandle rDictionary() const {return NULL;}
392
393 virtual SkPdfStandardStructureDictionary* asStandardStructureDictionary() {ret urn NULL;}
394 virtual const SkPdfStandardStructureDictionary* asStandardStructureDictionary( ) const {return NULL;}
395
396 virtual SkPdfStreamCommonDictionary* asStreamCommonDictionary() {return NULL;}
397 virtual const SkPdfStreamCommonDictionary* asStreamCommonDictionary() const {r eturn NULL;}
398
399 virtual SkPdfStructureElementAccessDictionary* asStructureElementAccessDiction ary() {return NULL;}
400 virtual const SkPdfStructureElementAccessDictionary* asStructureElementAccessD ictionary() const {return NULL;}
401
402 virtual SkPdfStructureElementDictionary* asStructureElementDictionary() {retur n NULL;}
403 virtual const SkPdfStructureElementDictionary* asStructureElementDictionary() const {return NULL;}
404
405 virtual SkPdfStructureTreeRootDictionary* asStructureTreeRootDictionary() {ret urn NULL;}
406 virtual const SkPdfStructureTreeRootDictionary* asStructureTreeRootDictionary( ) const {return NULL;}
407
408 virtual SkPdfSubmitFormActionDictionary* asSubmitFormActionDictionary() {retur n NULL;}
409 virtual const SkPdfSubmitFormActionDictionary* asSubmitFormActionDictionary() const {return NULL;}
410
411 virtual SkPdfTableAttributesDictionary* asTableAttributesDictionary() {return NULL;}
412 virtual const SkPdfTableAttributesDictionary* asTableAttributesDictionary() co nst {return NULL;}
413
414 virtual SkPdfTextAnnotationDictionary* asTextAnnotationDictionary() {return NU LL;}
415 virtual const SkPdfTextAnnotationDictionary* asTextAnnotationDictionary() cons t {return NULL;}
416
417 virtual SkPdfTextFieldDictionary* asTextFieldDictionary() {return NULL;}
418 virtual const SkPdfTextFieldDictionary* asTextFieldDictionary() const {return NULL;}
419
420 virtual SkPdfThreadActionDictionary* asThreadActionDictionary() {return NULL;}
421 virtual const SkPdfThreadActionDictionary* asThreadActionDictionary() const {r eturn NULL;}
422
423 virtual SkPdfThreadDictionary* asThreadDictionary() {return NULL;}
424 virtual const SkPdfThreadDictionary* asThreadDictionary() const {return NULL;}
425
426 virtual SkPdfTransitionDictionary* asTransitionDictionary() {return NULL;}
427 virtual const SkPdfTransitionDictionary* asTransitionDictionary() const {retur n NULL;}
428
429 virtual SkPdfTransparencyGroupDictionary* asTransparencyGroupDictionary() {ret urn NULL;}
430 virtual const SkPdfTransparencyGroupDictionary* asTransparencyGroupDictionary( ) const {return NULL;}
431
432 virtual SkPdfTrapNetworkAnnotationDictionary* asTrapNetworkAnnotationDictionar y() {return NULL;}
433 virtual const SkPdfTrapNetworkAnnotationDictionary* asTrapNetworkAnnotationDic tionary() const {return NULL;}
434
435 virtual SkPdfTrapNetworkAppearanceStreamDictionary* asTrapNetworkAppearanceStr eamDictionary() {return NULL;}
436 virtual const SkPdfTrapNetworkAppearanceStreamDictionary* asTrapNetworkAppeara nceStreamDictionary() const {return NULL;}
437
438 virtual SkPdfType0FunctionDictionary* asType0FunctionDictionary() {return NULL ;}
439 virtual const SkPdfType0FunctionDictionary* asType0FunctionDictionary() const {return NULL;}
440
441 virtual SkPdfType10HalftoneDictionary* asType10HalftoneDictionary() {return NU LL;}
442 virtual const SkPdfType10HalftoneDictionary* asType10HalftoneDictionary() cons t {return NULL;}
443
444 virtual SkPdfType16HalftoneDictionary* asType16HalftoneDictionary() {return NU LL;}
445 virtual const SkPdfType16HalftoneDictionary* asType16HalftoneDictionary() cons t {return NULL;}
446
447 virtual SkPdfType1HalftoneDictionary* asType1HalftoneDictionary() {return NULL ;}
448 virtual const SkPdfType1HalftoneDictionary* asType1HalftoneDictionary() const {return NULL;}
449
450 virtual SkPdfType1PatternDictionary* asType1PatternDictionary() {return NULL;}
451 virtual const SkPdfType1PatternDictionary* asType1PatternDictionary() const {r eturn NULL;}
452
453 virtual SkPdfType2FunctionDictionary* asType2FunctionDictionary() {return NULL ;}
454 virtual const SkPdfType2FunctionDictionary* asType2FunctionDictionary() const {return NULL;}
455
456 virtual SkPdfType2PatternDictionary* asType2PatternDictionary() {return NULL;}
457 virtual const SkPdfType2PatternDictionary* asType2PatternDictionary() const {r eturn NULL;}
458
459 virtual SkPdfType3FunctionDictionary* asType3FunctionDictionary() {return NULL ;}
460 virtual const SkPdfType3FunctionDictionary* asType3FunctionDictionary() const {return NULL;}
461
462 virtual SkPdfType5HalftoneDictionary* asType5HalftoneDictionary() {return NULL ;}
463 virtual const SkPdfType5HalftoneDictionary* asType5HalftoneDictionary() const {return NULL;}
464
465 virtual SkPdfType6HalftoneDictionary* asType6HalftoneDictionary() {return NULL ;}
466 virtual const SkPdfType6HalftoneDictionary* asType6HalftoneDictionary() const {return NULL;}
467
468 virtual SkPdfURIActionDictionary* asURIActionDictionary() {return NULL;}
469 virtual const SkPdfURIActionDictionary* asURIActionDictionary() const {return NULL;}
470
471 virtual SkPdfURIDictionary* asURIDictionary() {return NULL;}
472 virtual const SkPdfURIDictionary* asURIDictionary() const {return NULL;}
473
474 virtual SkPdfURLAliasDictionary* asURLAliasDictionary() {return NULL;}
475 virtual const SkPdfURLAliasDictionary* asURLAliasDictionary() const {return NU LL;}
476
477 virtual SkPdfVariableTextFieldDictionary* asVariableTextFieldDictionary() {ret urn NULL;}
478 virtual const SkPdfVariableTextFieldDictionary* asVariableTextFieldDictionary( ) const {return NULL;}
479
480 virtual SkPdfViewerPreferencesDictionary* asViewerPreferencesDictionary() {ret urn NULL;}
481 virtual const SkPdfViewerPreferencesDictionary* asViewerPreferencesDictionary( ) const {return NULL;}
482
483 virtual SkPdfWebCaptureCommandDictionary* asWebCaptureCommandDictionary() {ret urn NULL;}
484 virtual const SkPdfWebCaptureCommandDictionary* asWebCaptureCommandDictionary( ) const {return NULL;}
485
486 virtual SkPdfWebCaptureCommandSettingsDictionary* asWebCaptureCommandSettingsD ictionary() {return NULL;}
487 virtual const SkPdfWebCaptureCommandSettingsDictionary* asWebCaptureCommandSet tingsDictionary() const {return NULL;}
488
489 virtual SkPdfWebCaptureDictionary* asWebCaptureDictionary() {return NULL;}
490 virtual const SkPdfWebCaptureDictionary* asWebCaptureDictionary() const {retur n NULL;}
491
492 virtual SkPdfWebCaptureImageSetDictionary* asWebCaptureImageSetDictionary() {r eturn NULL;}
493 virtual const SkPdfWebCaptureImageSetDictionary* asWebCaptureImageSetDictionar y() const {return NULL;}
494
495 virtual SkPdfWebCaptureInformationDictionary* asWebCaptureInformationDictionar y() {return NULL;}
496 virtual const SkPdfWebCaptureInformationDictionary* asWebCaptureInformationDic tionary() const {return NULL;}
497
498 virtual SkPdfWebCapturePageSetDictionary* asWebCapturePageSetDictionary() {ret urn NULL;}
499 virtual const SkPdfWebCapturePageSetDictionary* asWebCapturePageSetDictionary( ) const {return NULL;}
500
501 virtual SkPdfWidgetAnnotationDictionary* asWidgetAnnotationDictionary() {retur n NULL;}
502 virtual const SkPdfWidgetAnnotationDictionary* asWidgetAnnotationDictionary() const {return NULL;}
503
504 virtual SkPdfWindowsLaunchActionDictionary* asWindowsLaunchActionDictionary() {return NULL;}
505 virtual const SkPdfWindowsLaunchActionDictionary* asWindowsLaunchActionDiction ary() const {return NULL;}
506
507 virtual SkPdfXObjectDictionary* asXObjectDictionary() {return NULL;}
508 virtual const SkPdfXObjectDictionary* asXObjectDictionary() const {return NULL ;}
509
510 virtual SkPdfImageDictionary* asImageDictionary() {return NULL;}
511 virtual const SkPdfImageDictionary* asImageDictionary() const {return NULL;}
512
513 virtual SkPdfType1FormDictionary* asType1FormDictionary() {return NULL;}
514 virtual const SkPdfType1FormDictionary* asType1FormDictionary() const {return NULL;}
515
516 public:
517 private:
518 public:
519 SkPdfAnnotationDictionary(const PdfMemDocument* podofoDoc = NULL, const PdfObj ect* podofoObj = NULL) : SkPdfDictionary(podofoDoc, podofoObj) {}
520
521 virtual bool valid() const {return true;}
522
523 SkPdfAnnotationDictionary& operator=(const SkPdfAnnotationDictionary& from) {t his->fPodofoDoc = from.fPodofoDoc; this->fPodofoObj = from.fPodofoObj; return *t his;}
524
525 /** (Optional) The type of PDF object that this dictionary describes; if present ,
526 * must be Annot for an annotation dictionary.
527 **/
528 bool has_Type() const {
529 return (ObjectFromDictionary(fPodofoDoc, fPodofoObj->GetDictionary(), "Type" , "", NULL));
530 }
531
532 std::string Type() const {
533 std::string ret;
534 if (NameFromDictionary(fPodofoDoc, fPodofoObj->GetDictionary(), "Type", "", &ret)) return ret;
535 // TODO(edisonn): warn about missing required field, assert for known good p dfs
536 return "";
537 }
538
539 /** (Required) The type of annotation that this dictionary describes; see Table
540 * 8.14 on page 499 for specific values.
541 **/
542 bool has_Subtype() const {
543 return (ObjectFromDictionary(fPodofoDoc, fPodofoObj->GetDictionary(), "Subty pe", "", NULL));
544 }
545
546 std::string Subtype() const {
547 std::string ret;
548 if (NameFromDictionary(fPodofoDoc, fPodofoObj->GetDictionary(), "Subtype", " ", &ret)) return ret;
549 // TODO(edisonn): warn about missing required field, assert for known good p dfs
550 return "";
551 }
552
553 /** (Required or optional, depending on the annotation type) Text to be displaye d
554 * for the annotation or, if this type of annotation does not display text, an al-
555 * ternate description of the annotation's contents in human-readable form. In
556 * either case, this text is useful when extracting the document's contents in
557 * support of accessibility to disabled users or for other purposes (see Sectio n
558 * 9.8.2, "Alternate Descriptions").
559 **/
560 bool has_Contents() const {
561 return (ObjectFromDictionary(fPodofoDoc, fPodofoObj->GetDictionary(), "Conte nts", "", NULL));
562 }
563
564 std::string Contents() const {
565 std::string ret;
566 if (StringFromDictionary(fPodofoDoc, fPodofoObj->GetDictionary(), "Contents" , "", &ret)) return ret;
567 // TODO(edisonn): warn about missing required field, assert for known good p dfs
568 return "";
569 }
570
571 /** (Optional; PDF 1.3; not used in FDF files) An indirect reference to the page
572 * object with which this annotation is associated.
573 **/
574 bool has_P() const {
575 return (ObjectFromDictionary(fPodofoDoc, fPodofoObj->GetDictionary(), "P", " ", NULL));
576 }
577
578 SkPdfDictionary* P() const {
579 SkPdfDictionary* ret;
580 if (DictionaryFromDictionary(fPodofoDoc, fPodofoObj->GetDictionary(), "P", " ", &ret)) return ret;
581 // TODO(edisonn): warn about missing required field, assert for known good p dfs
582 return NULL;
583 }
584
585 /** (Required) The annotation rectangle, defining the location of the annotation
586 * on the page in default user space units.
587 **/
588 bool has_Rect() const {
589 return (ObjectFromDictionary(fPodofoDoc, fPodofoObj->GetDictionary(), "Rect" , "", NULL));
590 }
591
592 SkRect Rect() const {
593 SkRect ret;
594 if (SkRectFromDictionary(fPodofoDoc, fPodofoObj->GetDictionary(), "Rect", "" , &ret)) return ret;
595 // TODO(edisonn): warn about missing required field, assert for known good p dfs
596 return SkRect();
597 }
598
599 /** (Optional; PDF 1.4) The annotation name, a text string uniquely identifying
600 * it among all the annotations on its page.
601 **/
602 bool has_NM() const {
603 return (ObjectFromDictionary(fPodofoDoc, fPodofoObj->GetDictionary(), "NM", "", NULL));
604 }
605
606 /** (Optional; PDF 1.1) The date and time when the annotation was most
607 * recently modified. The preferred format is a date string as described in Sec -
608 * tion 3.8.2, "Dates," but viewer applications should be prepared to accept an d
609 * display a string in any format. (See implementation note 59 in Appendix H.)
610 **/
611 bool has_M() const {
612 return (ObjectFromDictionary(fPodofoDoc, fPodofoObj->GetDictionary(), "M", " ", NULL));
613 }
614
615 bool isMADate() const {
616 SkPdfObject* ret = NULL;
617 if (!ObjectFromDictionary(fPodofoDoc, fPodofoObj->GetDictionary(), "M", "", &ret)) return false;
618 return ret->podofo()->GetDataType() == ePdfDataType_Array;
619 }
620
621 SkPdfDate getMAsDate() const {
622 SkPdfDate ret = SkPdfDate();
623 if (DateFromDictionary(fPodofoDoc, fPodofoObj->GetDictionary(), "M", "", &re t)) return ret;
624 // TODO(edisonn): warn about missing required field, assert for known good p dfs
625 return SkPdfDate();
626 }
627
628 bool isMAString() const {
629 SkPdfObject* ret = NULL;
630 if (!ObjectFromDictionary(fPodofoDoc, fPodofoObj->GetDictionary(), "M", "", &ret)) return false;
631 return ret->podofo()->GetDataType() == ePdfDataType_String || ret->podofo()- >GetDataType() == ePdfDataType_HexString;
632 }
633
634 std::string getMAsString() const {
635 std::string ret = "";
636 if (StringFromDictionary(fPodofoDoc, fPodofoObj->GetDictionary(), "M", "", & ret)) return ret;
637 // TODO(edisonn): warn about missing required field, assert for known good p dfs
638 return "";
639 }
640
641 /** (Optional; PDF 1.1) A set of flags specifying various characteristics of the an-
642 * notation (see Section 8.4.2, "Annotation Flags"). Default value: 0.
643 **/
644 bool has_F() const {
645 return (ObjectFromDictionary(fPodofoDoc, fPodofoObj->GetDictionary(), "F", " ", NULL));
646 }
647
648 long F() const {
649 long ret;
650 if (LongFromDictionary(fPodofoDoc, fPodofoObj->GetDictionary(), "F", "", &re t)) return ret;
651 // TODO(edisonn): warn about missing required field, assert for known good p dfs
652 return 0;
653 }
654
655 /** (Optional; PDF 1.2) A border style dictionary specifying the characteristics of
656 * the annotation's border (see Section 8.4.3, "Border Styles"; see also imple-
657 * mentation note 60 in Appendix H).
658 * Note: This entry also specifies the width and dash pattern for the lines dra wn by
659 * line, square, circle, and ink annotations. See the note under Border (below) for
660 * additional information.
661 **/
662 bool has_BS() const {
663 return (ObjectFromDictionary(fPodofoDoc, fPodofoObj->GetDictionary(), "BS", "", NULL));
664 }
665
666 SkPdfDictionary* BS() const {
667 SkPdfDictionary* ret;
668 if (DictionaryFromDictionary(fPodofoDoc, fPodofoObj->GetDictionary(), "BS", "", &ret)) return ret;
669 // TODO(edisonn): warn about missing required field, assert for known good p dfs
670 return NULL;
671 }
672
673 /** (Optional) An array specifying the characteristics of the annotation's borde r.
674 * The border is specified as a "rounded rectangle."
675 * In PDF 1.0, the array consists of three numbers defining the horizontal cor-
676 * ner radius, vertical corner radius, and border width, all in default user sp ace
677 * units. If the corner radii are 0, the border has square (not rounded) corner s;
678 * if the border width is 0, no border is drawn. (See implementation note 61 in
679 * Appendix H.)
680 * In PDF 1.1, the array may have a fourth element, an optional dash array
681 * defining a pattern of dashes and gaps to be used in drawing the border. Th e
682 * dash array is specified in the same format as in the line dash pattern par ame-
683 * ter of the graphics state (see "Line Dash Pattern" on page 155). For examp le,
684 * a Border value of [0 0 1 [3 2]] specifies a border 1 unit wide, with squar e
685 * corners, drawn with 3-unit dashes alternating with 2-unit gaps. Note that no
686 * dash phase is specified; the phase is assumed to be 0. (See implementation
687 * note 62 in Appendix H.)
688 * Note: In PDF 1.2 or later, annotations may ignore this entry and use the B S
689 * entry (see above) to specify their border styles instead. In PDF 1.2 and 1 .3, only
690 * widget annotations do so; in PDF 1.4, all of the standard annotation types ex-
691 * cept Link (see Table 8.14 on page 499) use BS rather than Border if both a re
692 * present. For backward compatibility, however, Border is still supported fo r all
693 * annotation types.
694 * Default value: [0 0 1].
695 **/
696 bool has_Border() const {
697 return (ObjectFromDictionary(fPodofoDoc, fPodofoObj->GetDictionary(), "Borde r", "", NULL));
698 }
699
700 SkPdfArray Border() const {
701 SkPdfArray ret;
702 if (ArrayFromDictionary(fPodofoDoc, fPodofoObj->GetDictionary(), "Border", " ", &ret)) return ret;
703 // TODO(edisonn): warn about missing required field, assert for known good p dfs
704 return SkPdfArray();
705 }
706
707 /** (Optional; PDF 1.2) An appearance dictionary specifying how the annotation
708 * is presented visually on the page (see Section 8.4.4, "Appearance Streams";
709 * see also implementation note 60 in Appendix H).
710 **/
711 bool has_AP() const {
712 return (ObjectFromDictionary(fPodofoDoc, fPodofoObj->GetDictionary(), "AP", "", NULL));
713 }
714
715 SkPdfDictionary* AP() const {
716 SkPdfDictionary* ret;
717 if (DictionaryFromDictionary(fPodofoDoc, fPodofoObj->GetDictionary(), "AP", "", &ret)) return ret;
718 // TODO(edisonn): warn about missing required field, assert for known good p dfs
719 return NULL;
720 }
721
722 /** (Required if the appearance dictionary AP contains one or more subdictionari es;
723 * PDF 1.2) The annotation's appearance state, which selects the applicable
724 * appearance stream from an appearance subdictionary (see Section 8.4.4,
725 * "Appearance Streams"; see also implementation note 60 in Appendix H).
726 **/
727 bool has_AS() const {
728 return (ObjectFromDictionary(fPodofoDoc, fPodofoObj->GetDictionary(), "AS", "", NULL));
729 }
730
731 std::string AS() const {
732 std::string ret;
733 if (NameFromDictionary(fPodofoDoc, fPodofoObj->GetDictionary(), "AS", "", &r et)) return ret;
734 // TODO(edisonn): warn about missing required field, assert for known good p dfs
735 return "";
736 }
737
738 /** (Optional; PDF 1.1) An array of three numbers in the range 0.0 to 1.0, repre -
739 * senting the components of a color in the DeviceRGB color space. This color
740 * will be used for the following purposes:
741 * * The background of the annotation's icon when closed
742 * * The title bar of the annotation's pop-up window
743 * * The border of a link annotation
744 **/
745 bool has_C() const {
746 return (ObjectFromDictionary(fPodofoDoc, fPodofoObj->GetDictionary(), "C", " ", NULL));
747 }
748
749 SkPdfArray C() const {
750 SkPdfArray ret;
751 if (ArrayFromDictionary(fPodofoDoc, fPodofoObj->GetDictionary(), "C", "", &r et)) return ret;
752 // TODO(edisonn): warn about missing required field, assert for known good p dfs
753 return SkPdfArray();
754 }
755
756 /** (Optional; PDF 1.4) The constant opacity value to be used in painting the
757 * annotation (see Sections 7.1, "Overview of Transparency," and 7.2.6, "Shape
758 * and Opacity Computations"). This value applies to all visible elements of
759 * the annotation in its closed state (including its background and border), bu t
760 * not to the pop-up window that appears when the annotation is opened. The
761 * specified value is used as the initial alpha constant (both stroking and non -
762 * stroking) for interpreting the annotation's appearance stream, if any (see
763 * Section 8.4.4, "Appearance Streams," and "Constant Shape and Opacity" on
764 * page 444). The implicit blend mode (see Section 7.2.4, "Blend Mode") is
765 * Normal. Default value: 1.0.
766 * Note: If no explicit appearance stream is defined for the annotation, it will be
767 * painted by implementation-dependent means that do not nece ssarily conform to
768 * the Adobe imaging model; in this case, the effect of this entry is implementation-
769 * dependent as well.
770 * Note: This entry is recognized by all of the standard anno tation types listed in
771 * Table 8.14 on page 499 except Link, Movie, Widget, Printer Mark, and TrapNet.
772 **/
773 bool has_CA() const {
774 return (ObjectFromDictionary(fPodofoDoc, fPodofoObj->GetDictionary(), "CA", "", NULL));
775 }
776
777 double CA() const {
778 double ret;
779 if (DoubleFromDictionary(fPodofoDoc, fPodofoObj->GetDictionary(), "CA", "", &ret)) return ret;
780 // TODO(edisonn): warn about missing required field, assert for known good p dfs
781 return 0;
782 }
783
784 /** (Optional; PDF 1.1) The text label to be displayed in the title bar of the a nno-
785 * tation's pop-up window when open and active.
786 **/
787 bool has_T() const {
788 return (ObjectFromDictionary(fPodofoDoc, fPodofoObj->GetDictionary(), "T", " ", NULL));
789 }
790
791 std::string T() const {
792 std::string ret;
793 if (StringFromDictionary(fPodofoDoc, fPodofoObj->GetDictionary(), "T", "", & ret)) return ret;
794 // TODO(edisonn): warn about missing required field, assert for known good p dfs
795 return "";
796 }
797
798 /** (Optional; PDF 1.3) An indirect reference to a pop-up annotation for enter-
799 * ing or editing the text associated with this annotation.
800 **/
801 bool has_Popup() const {
802 return (ObjectFromDictionary(fPodofoDoc, fPodofoObj->GetDictionary(), "Popup ", "", NULL));
803 }
804
805 SkPdfDictionary* Popup() const {
806 SkPdfDictionary* ret;
807 if (DictionaryFromDictionary(fPodofoDoc, fPodofoObj->GetDictionary(), "Popup ", "", &ret)) return ret;
808 // TODO(edisonn): warn about missing required field, assert for known good p dfs
809 return NULL;
810 }
811
812 /** (Optional; PDF 1.1) An action to be performed when the annotation is acti-
813 * vated (see Section 8.5, "Actions").
814 * Note: This entry is not permitted in link annotations if a Dest entry is pre sent
815 * (see "Link Annotations" on page 501). Also note that the A entry in movie an no-
816 * tations has a different meaning (see "Movie Annotations" on page 510).
817 **/
818 bool has_A() const {
819 return (ObjectFromDictionary(fPodofoDoc, fPodofoObj->GetDictionary(), "A", " ", NULL));
820 }
821
822 SkPdfDictionary* A() const {
823 SkPdfDictionary* ret;
824 if (DictionaryFromDictionary(fPodofoDoc, fPodofoObj->GetDictionary(), "A", " ", &ret)) return ret;
825 // TODO(edisonn): warn about missing required field, assert for known good p dfs
826 return NULL;
827 }
828
829 /** (Optional; PDF 1.2) An additional-actions dictionary defining the anno-
830 * tation's behavior in response to various trigger events (see Section 8.5.2,
831 * "Trigger Events"). At the time of publication, this entry is used only by wi d-
832 * get annotations.
833 **/
834 bool has_AA() const {
835 return (ObjectFromDictionary(fPodofoDoc, fPodofoObj->GetDictionary(), "AA", "", NULL));
836 }
837
838 SkPdfDictionary* AA() const {
839 SkPdfDictionary* ret;
840 if (DictionaryFromDictionary(fPodofoDoc, fPodofoObj->GetDictionary(), "AA", "", &ret)) return ret;
841 // TODO(edisonn): warn about missing required field, assert for known good p dfs
842 return NULL;
843 }
844
845 /** (Required if the annotation is a structural content item; PDF 1.3) The integ er
846 * key of the annotation's entry in the structural parent tree (see "Finding St ruc-
847 * ture Elements from Content Items" on page 600).
848 **/
849 bool has_StructParent() const {
850 return (ObjectFromDictionary(fPodofoDoc, fPodofoObj->GetDictionary(), "Struc tParent", "", NULL));
851 }
852
853 long StructParent() const {
854 long ret;
855 if (LongFromDictionary(fPodofoDoc, fPodofoObj->GetDictionary(), "StructParen t", "", &ret)) return ret;
856 // TODO(edisonn): warn about missing required field, assert for known good p dfs
857 return 0;
858 }
859
860 };
861
862 #endif // __DEFINED__SkPdfAnnotationDictionary
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698