OLD | NEW |
1 import datatypes | 1 import datatypes |
2 | 2 |
3 def buildPdfSpec(pdfspec): | 3 def buildPdfSpec(pdfspec): |
4 pdfspec.addClass('StreamCommonDictionary', 'Dictionary', 'Entries common to al
l stream dictionaries')\ | 4 pdfspec.addClass('StreamCommonDictionary', 'Dictionary', 'Entries common to al
l stream dictionaries')\ |
5 .required('NULL')\ | 5 .required('NULL')\ |
6 .field('Length')\ | 6 .field('Length')\ |
7 .name('Length')\ | 7 .name('Length')\ |
8 .type('integer')\ | 8 .type('integer')\ |
9 .comment('(Required) The number of bytes from the beginning of the lin
e fol-\nlowing the keyword stream to the last byte just before the keyword\nends
tream. (There may be an additional EOL marker, preceding\nendstream, that is not
included in the count and is not logically part\nof the stream data.) See "Stre
am Extent," above, for further discus-\nsion.')\ | 9 .comment('(Required) The number of bytes from the beginning of the lin
e fol-\nlowing the keyword stream to the last byte just before the keyword\nends
tream. (There may be an additional EOL marker, preceding\nendstream, that is not
included in the count and is not logically part\nof the stream data.) See "Stre
am Extent," above, for further discus-\nsion.')\ |
10 .done().done()\ | 10 .done().done()\ |
(...skipping 5560 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5571 knowTypes['FreeTextAnnotationDictionary'] = ['SkPdfFreeTextAnnotationDictionar
y*', 'FreeTextAnnotationDictionaryFromDictionary', datatypes.CppNull(), 'ret->po
dofo()->GetDataType() == ePdfDataType_Dictionary'] | 5571 knowTypes['FreeTextAnnotationDictionary'] = ['SkPdfFreeTextAnnotationDictionar
y*', 'FreeTextAnnotationDictionaryFromDictionary', datatypes.CppNull(), 'ret->po
dofo()->GetDataType() == ePdfDataType_Dictionary'] |
5572 knowTypes['ALinkAnnotationDictionary'] = ['SkPdfALinkAnnotationDictionary*', '
ALinkAnnotationDictionaryFromDictionary', datatypes.CppNull(), 'ret->podofo()->G
etDataType() == ePdfDataType_Dictionary'] | 5572 knowTypes['ALinkAnnotationDictionary'] = ['SkPdfALinkAnnotationDictionary*', '
ALinkAnnotationDictionaryFromDictionary', datatypes.CppNull(), 'ret->podofo()->G
etDataType() == ePdfDataType_Dictionary'] |
5573 knowTypes['TextAnnotationDictionary'] = ['SkPdfTextAnnotationDictionary*', 'Te
xtAnnotationDictionaryFromDictionary', datatypes.CppNull(), 'ret->podofo()->GetD
ataType() == ePdfDataType_Dictionary'] | 5573 knowTypes['TextAnnotationDictionary'] = ['SkPdfTextAnnotationDictionary*', 'Te
xtAnnotationDictionaryFromDictionary', datatypes.CppNull(), 'ret->podofo()->GetD
ataType() == ePdfDataType_Dictionary'] |
5574 knowTypes['WebCapturePageSetDictionary'] = ['SkPdfWebCapturePageSetDictionary*
', 'WebCapturePageSetDictionaryFromDictionary', datatypes.CppNull(), 'ret->podof
o()->GetDataType() == ePdfDataType_Dictionary'] | 5574 knowTypes['WebCapturePageSetDictionary'] = ['SkPdfWebCapturePageSetDictionary*
', 'WebCapturePageSetDictionaryFromDictionary', datatypes.CppNull(), 'ret->podof
o()->GetDataType() == ePdfDataType_Dictionary'] |
5575 knowTypes['AppearanceDictionary'] = ['SkPdfAppearanceDictionary*', 'Appearance
DictionaryFromDictionary', datatypes.CppNull(), 'ret->podofo()->GetDataType() ==
ePdfDataType_Dictionary'] | 5575 knowTypes['AppearanceDictionary'] = ['SkPdfAppearanceDictionary*', 'Appearance
DictionaryFromDictionary', datatypes.CppNull(), 'ret->podofo()->GetDataType() ==
ePdfDataType_Dictionary'] |
5576 knowTypes['CIDFontDescriptorDictionary'] = ['SkPdfCIDFontDescriptorDictionary*
', 'CIDFontDescriptorDictionaryFromDictionary', datatypes.CppNull(), 'ret->podof
o()->GetDataType() == ePdfDataType_Dictionary'] | 5576 knowTypes['CIDFontDescriptorDictionary'] = ['SkPdfCIDFontDescriptorDictionary*
', 'CIDFontDescriptorDictionaryFromDictionary', datatypes.CppNull(), 'ret->podof
o()->GetDataType() == ePdfDataType_Dictionary'] |
5577 knowTypes['EmbeddedFontStreamDictionary'] = ['SkPdfEmbeddedFontStreamDictionar
y*', 'EmbeddedFontStreamDictionaryFromDictionary', datatypes.CppNull(), 'ret->po
dofo()->GetDataType() == ePdfDataType_Dictionary'] | 5577 knowTypes['EmbeddedFontStreamDictionary'] = ['SkPdfEmbeddedFontStreamDictionar
y*', 'EmbeddedFontStreamDictionaryFromDictionary', datatypes.CppNull(), 'ret->po
dofo()->GetDataType() == ePdfDataType_Dictionary'] |
5578 knowTypes['AnnotationDictionary'] = ['SkPdfAnnotationDictionary*', 'Annotation
DictionaryFromDictionary', datatypes.CppNull(), 'ret->podofo()->GetDataType() ==
ePdfDataType_Dictionary'] | 5578 knowTypes['AnnotationDictionary'] = ['SkPdfAnnotationDictionary*', 'Annotation
DictionaryFromDictionary', datatypes.CppNull(), 'ret->podofo()->GetDataType() ==
ePdfDataType_Dictionary'] |
5579 | 5579 |
5580 | 5580 |
OLD | NEW |