1 2# dumper settings ============================================================ 3 4# Path to additional configuration data, relative to this file. 5include-config-file=dumperbase.ini 6 7# name lists ================================================================= 8 9multilist=DFF-RECORD-NAMES 10 0xF000=DFFDGGCONTAINER,DFFBSTORECONTAINER,DFFDGCONTAINER,DFFSPGRCONTAINER,DFFSPCONTAINER,DFFSOLVERCONTAINER,DFFDGG,DFFBSE 11 0xF008=DFFDG,DFFSPGR,DFFSP,DFFOPT,DFFTEXTBOX,DFFCLIENTTEXTBOX,DFFANCHOR,DFFCHILDANCHOR 12 0xF010=DFFCLIENTANCHOR,DFFCLIENTDATA,DFFCONNECTORRULE,DFFALIGNRULE,DFFARCRULE,DFFCLIENTRULE,DFFCLASSID,DFFCALLOUTRULE 13 # 0xF018-0xF117 reserved for pictures 14 0xF118=DFFREGROUPITEM,DFFSELECTION,DFFCOLORMRU,,,DFFDELETEDPSPL,DFFSPLITMENUCOLORS,DFFOLEOBJECT 15 0xF120=DFFCOLORSCHEME,DFFOPT2,DFFOPT3 16end 17 18combilist=DFF-RECORD-INST 19 0x000F=uint8,hex,version,DFF-RECORD-VERSION 20 0xFFF0=uint16,dec,instance 21end 22 23constlist=DFF-RECORD-VERSION 24 default= 25 15=container 26end 27 28combilist=DFF-SIMPLE-COLOR 29 0x000000FF=uint8,dec,red,,filter=0x10000000~0x00000000 30 0x0000FF00=uint8,dec,green,,filter=0x10000000~0x00000000 31 0x00FF0000=uint8,dec,blue,,filter=0x10000000~0x00000000 32 0x000000FF=uint8,dec,scheme-idx,,filter=0x10000000~0x10000000 33 0x10000000=!rgb!scheme 34 ignore=0x08000000 35end 36 37combilist=DFF-COLOR 38 0x0000FFFF=uint16,dec,palette-idx,,filter=0xFF000000~0x01000000 39 0x000000FF=uint8,dec,red,,filter=0xF9000000~0x00000000 40 0x0000FF00=uint8,dec,green,,filter=0xF9000000~0x00000000 41 0x00FF0000=uint8,dec,blue,,filter=0xF9000000~0x00000000 42 0x000000FF=uint8,dec,scheme-idx,,filter=0xFF000000~0x08000000 43 0x0000FFFF=uint16,dec,system-idx,DFF-SYSTEMCOLOR,filter=0xFF000000~0x10000000 44 0x00FF0000=uint16,dec,mod-by,,filter=0xFF000000~0x10000000 45 0x01000000=palette-idx 46 0x02000000=palette-rgb 47 0x04000000=system-rgb 48 0x08000000=scheme-idx 49 0x10000000=system-idx 50end 51 52combilist=DFF-SYSTEMCOLOR 53 0x00FF=uint8,dec,color-id,DFF-SYSTEMCOLOR-ID 54 0x0F00=uint8,dec,mod,DFF-SYSTEMCOLOR-MOD 55 0x2000=invert-after 56 0x4000=half-invert-after 57 0x8000=grey-before 58end 59 60constlist=DFF-SYSTEMCOLOR-ID 61 include=SYSTEMCOLOR 62 0xF0=shape-fill 63 0xF1=shape-line-or-fill 64 0xF2=shape-line 65 0xF3=shape-shadow 66 0xF4=current-or-last-used 67 0xF5=shape-fill-back 68 0xF6=shape-line-back 69 0xF7=shape-fill-or-line 70end 71 72shortlist=DFF-SYSTEMCOLOR-MOD,0,none,darken-by,lighten-by,add-grey-by,sub-grey-by,reverse-sub-grey-by,monochrome-by 73 74combilist=DFF-COLORMOD 75 0x00000300=uint8,dec,type,DFF-COLORMOD-TYPE 76 0x00FF0000=uint8,dec,level 77 ignore=0x200000FF 78end 79 80shortlist=DFF-COLORMOD-TYPE,0,none,shade,tint 81 82unitconverter=DFF-OPACITY,/655.36,% 83unitconverter=DFF-DEGREES,/65536,° 84 85# DFFBSE --------------------------------------------------------------------- 86 87combilist=DFFBSE-RECORD-INST 88 include=DFF-RECORD-INST 89 0xFFF0=uint16,dec,blip-type,DFFBSE-TYPE 90end 91 92multilist=DFFBSE-TYPE 93 0=error,unknown,emf,wmf,pict,jpeg,png,dib 94 17=tiff,cmyk-jpeg 95end 96 97shortlist=DFFBSE-USAGE,0,default,texture 98 99# DFFBSTORECONTAINER --------------------------------------------------------- 100 101combilist=DFFBSTORECONT-RECORD-INST 102 include=DFF-RECORD-INST 103 0xFFF0=uint16,dec,blip-count 104end 105 106# DFFDG ---------------------------------------------------------------------- 107 108combilist=DFFDG-RECORD-INST 109 include=DFF-RECORD-INST 110 0xFFF0=uint16,dec,drawing-id 111end 112 113# DFFOPT --------------------------------------------------------------------- 114 115combilist=DFFOPT-RECORD-INST 116 include=DFF-RECORD-INST 117 0xFFF0=uint16,dec,property-count 118end 119 120combilist=DFFOPT-PROPERTY-ID 121 0x3FFF=uint16,dec,id,DFFOPT-PROPERTY-NAMES 122 0x4000=picture 123 0x8000=complex 124end 125 126multilist=DFFOPT-PROPERTY-NAMES 127 # 0x0000-0x003F: transformation 128 0x0000=transf-left,transf-top,transf-right,transf-bottom,transf-rotation,transf-page 129 0x003F=transf-flags 130 # 0x0040-0x007F: protection 131 0x007F=prot-flags 132 # 0x0080-0x00BF: text 133 0x0080=text-id,text-left,text-top,text-right,text-bottom,text-wrap-mode,text-scale,text-anchor-mode 134 0x0088=text-flow,text-font-orient,text-next-shape,text-bidi 135 0x00BF=text-flags 136 # 0x00C0-0x00FF: text geometry 137 0x00C0=textgeo-unicode-string,textgeo-rtf-string,textgeo-curve-align,textgeo-def-size,textgeo-spacing,textgeo-font,textgeo-css-font 138 0x00FF=textgeo-flags 139 # 0x0100-0x013F: picture (BLIP) 140 0x0100=blip-crop-top,blip-crop-bottom,blip-crop-left,blip-crop-right,blip-id,blip-name,blip-opt,blip-transparency-color 141 0x0108=blip-contrast,blip-brightness,blip-gamma,blip-ole-id,blip-double-cr-mod,blip-fill-cr-mod,blip-line-cr-mod,blip-print-id 142 0x0110=blip-print-name,blip-print-opt,blip-movie,,,blip-transparency-color-ext,reserved,blip-transparency-color-ext-mod 143 0x0118=reserved,reserved,blip-recolor,blip-recolor-ext,reserved,blip-recolor-ext-mod,reserved,reserved 144 0x013F=blip-flags 145 # 0x0140-0x017F: shape geometry 146 0x0140=geo-left,geo-top,geo-right,geo-bottom,geo-shape-path,geo-vertices,geo-segment-info,geo-adjust-1 147 0x0148=geo-adjust-2,geo-adjust-3,geo-adjust-4,geo-adjust-5,geo-adjust-6,geo-adjust-7,geo-adjust-8, 148 0x0150=,geo-connect-sites,geo-connect-sites-dir,geo-stretch-x,geo-stretch-y,geo-handles,geo-guides,geo-inscribe 149 0x0158=geo-connect-points 150 0x017F=geo-flags 151 # 0x0180-0x01BF: fill style 152 0x0180=fill-type,fill-color,fill-opacity,fill-back-color,fill-back-opacity,fill-cr-mod,fill-blip,fill-blip-name 153 0x0188=fill-blip-opt,fill-width,fill-height,fill-angle,fill-focus,fill-to-left,fill-to-top,fill-to-right 154 0x0190=fill-to-bottom,fill-rect-left,fill-rect-top,fill-rect-right,fill-rect-bottom,fill-dz-type,fill-shade-preset,fill-shade-colors 155 0x0198=fill-origin-x,fill-origin-y,fill-shape-origin-x,fill-shape-origin-y,fill-shade-type,,fill-color-ext,reserved 156 0x01A0=fill-color-ext-mod,reserved,fill-back-color-ext,reserved,fill-back-color-ext-mod,reserved,reserved,reserved 157 0x01BF=fill-flags 158 # 0x01C0-0x01FF: line style 159 0x01C0=line-color,line-opacity,line-back-color,line-cr-mod,line-type,line-fill-blip,line-fill-blip-name,line-fill-blip-opt 160 0x01C8=line-fill-width,line-fill-height,line-fill-dz-type,line-width,line-miter-limit,line-style,line-dash,line-dash-style 161 0x01D0=line-start-arrow-head,line-end-arrow-head,line-start-arrow-width,line-start-arrow-length,line-end-arrow-width,line-end-arrow-length,line-join-style,line-end-cap-style 162 0x01D8=,line-color-ext,reserved,line-color-ext-mod,reserved,line-back-color-ext,reserved,line-back-color-ext-mod 163 0x01E0=reserved,reserved,reserved 164 0x01FF=line-flags 165 # 0x0200-0x023F: shadow style 166 0x0200=shadow-type,shadow-color,shadow-highlight,shadow-cr-mod,shadow-opacity,shadow-offset-x,shadow-offset-y,shadow-2nd-offset-x 167 0x0208=shadow-2nd-offset-y,,,,,,, 168 0x0210=shadow-origin-x,shadow-origin-y,shadow-color-ext,reserved,shadow-color-ext-mod,reserved,shadow-highlight-ext,reserved 169 0x0218=shadow-highlight-ext-mod,reserved,reserved,reserved 170 0x023F=shadow-flags 171 # 0x0240-0x027F: perspective 172 0x0240=persp-type,persp-offset-x,persp-offsety,persp-scale-x-to-x,persp-scale-y-to-x,persp-scale-x-to-y,persp-scale-y-to-y,persp-persp-x 173 0x0248=persp-persp-y,persp-weight,persp-origin-x,persp-origin-y 174 0x027F=persp-flags 175 # 0x0280-0x02BF: 3d object 176 0x0280=3dobj-specular-amt,3dobj-diffuse-amt,3dobj-shininess,3dobj-edge-thickness,3dobj-extrude-forward,3dobj-extrude-backward,3dobj-extrude-plane,3dobj-extrusion-color 177 0x0288=3dobj-cr-mod,3dobj-extrusion-color-ext,reserved,3dobj-extrusion-color-ext-mod,reserved,reserved 178 0x02BF=3dobj-flags 179 # 0x02C0-0x02FF: 3d style 180 0x02C0=3dstyle-y-rotation,3dstyle-x-rotation,3dstyle-rotation-axis-x,3dstyle-rotation-axis-y,3dstyle-rotation-axis-z,3dstyle-rotation,3dstyle-rotation-center-x,3dstyle-rotation-center-y 181 0x02C8=3dstyle-rotation-center-z,3dstyle-render-mode,3dstyle-tolerance,3dstyle-view-point-x,3dstyle-view-point-y,3dstyle-view-point-z,3dstyle-origin-x,3dstyle-origin-y 182 0x02D0=3dstyle-skew-angle,3dstyle-skew-amount,3dstyle-ambient-intensity,3dstyle-key-light-x,3dstyle-key-light-y,3dstyle-key-light-z,3dstyle-key-light-intensity,3dstyle-fill-light-x 183 0x02D8=3dstyle-fill-light-y,3dstyle-fill-light-z,3dstyle-fill-light-intensity 184 0x02FF=3dstyle-flags 185 # 0x0300-0x033F: shape 186 0x0300=,shape-master,,shape-connect-style,shape-bw-mod,shape-bw-mode-pure-bw,shape-bw-mode-bw,shape-discuss-anchor-id 187 0x0308=,shape-dia-layout,shape-dia-node-kind,shape-dia-layout-mru,shape-equation-xml 188 0x033F=shape-flags 189 # 0x0340-0x037F: callout 190 0x0340=callout-type,callout-box-distance,callout-angle,callout-drop-type,callout-drop-pos,callout-length 191 0x037F=callout-flags 192 # 0x0380-0x03BF: group or shape 193 0x0380=group-name,group-description,group-hyperlink,group-wrap-polygon-vertices,group-wrap-left,group-wrap-top,group-wrap-right,group-wrap-bottom 194 0x0388=group-regroup-id,,,,,group-tooltip,group-script,group-pos-h 195 0x0390=group-pos-rel-h,group-pos-v,group-pos-rel-v,group-rel-width-hr,group-align-hr,group-height-hr,group-width-hr,group-script-ext-attr 196 0x0398=group-script-lang,,group-script-lang-attr,group-border-top-color,group-border-left-color,group-border-bottom-color,group-border-right-color,group-table-props 197 0x03A0=group-table-row-props,,,,,group-web-bot,, 198 0x03A8=,group-metro-blob,group-rel-z-order, 199 0x03BF=group-flags 200 # 0x03C0-0x03FF: relative transformation 201 0x03C0=reltransf-left,reltransf-top,reltransf-right,reltransf-bottom,reltransf-rotation,reltransf-page 202 0x03FF=reltransf-flags 203 # 0x0400-0x043F: unknown HTML 204 0x0400=,,uhtml-line-id,uhtml-fill-id,uhtml-pic-id,uhtml-path-id,uhtml-shadow-id,uhtml-persp-id 205 0x0408=uhtml-text-path-id,uhtml-formulae-id,uhtml-handles-id,uhtml-callout-id,uhtml-lock-id,uhtml-text-id,uhtml-3d-id 206 0x043F=uhtml-flags 207 # 0x0500-0x053F: diagram 208 0x0500=dia-type,dia-style,,,dia-rel-table,dia-scale-x,dia-scale-y,dia-def-fontsize 209 0x0508=dia-constrain-bounds,dia-base-text-scale 210 0x053F=dia-flags 211 # 0x0540-0x057F: left line style 212 0x0540=lline-color,lline-opacity,lline-back-color,lline-cr-mod,lline-type,lline-fill-blip,lline-fill-blip-name,lline-fill-blip-opt 213 0x0548=lline-fill-width,lline-fill-height,lline-fill-dz-type,lline-width,lline-miter-limit,lline-style,lline-dash,lline-dash-style 214 0x0550=lline-start-arrow-head,lline-end-arrow-head,lline-start-arrow-width,lline-start-arrow-length,lline-end-arrow-width,lline-end-arrow-length,lline-join-style,lline-end-cap-style 215 0x0558=,lline-color-ext,reserved,lline-color-ext-mod,reserved,lline-back-color-ext,reserved,lline-back-color-ext-mod 216 0x0560=reserved,reserved,reserved 217 0x057F=lline-flags 218 # 0x0580-0x05BF: top line style 219 0x0580=tline-color,tline-opacity,tline-back-color,tline-cr-mod,tline-type,tline-fill-blip,tline-fill-blip-name,tline-fill-blip-opt 220 0x0588=tline-fill-width,tline-fill-height,tline-fill-dz-type,tline-width,tline-miter-limit,tline-style,tline-dash,tline-dash-style 221 0x0590=tline-start-arrow-head,tline-end-arrow-head,tline-start-arrow-width,tline-start-arrow-length,tline-end-arrow-width,tline-end-arrow-length,tline-join-style,tline-end-cap-style 222 0x0598=,tline-color-ext,reserved,tline-color-ext-mod,reserved,tline-back-color-ext,reserved,tline-back-color-ext-mod 223 0x05A0=reserved,reserved,reserved 224 0x05BF=tline-flags 225 # 0x05C0-0x05FF: right line style 226 0x05C0=rline-color,rline-opacity,rline-back-color,rline-cr-mod,rline-type,rline-fill-blip,rline-fill-blip-name,rline-fill-blip-opt 227 0x05C8=rline-fill-width,rline-fill-height,rline-fill-dz-type,rline-width,rline-miter-limit,rline-style,rline-dash,rline-dash-style 228 0x05D0=rline-start-arrow-head,rline-end-arrow-head,rline-start-arrow-width,rline-start-arrow-length,rline-end-arrow-width,rline-end-arrow-length,rline-join-style,rline-end-cap-style 229 0x05D8=,rline-color-ext,reserved,rline-color-ext-mod,reserved,rline-back-color-ext,reserved,rline-back-color-ext-mod 230 0x05E0=reserved,reserved,reserved 231 0x05FF=rline-flags 232 # 0x0600-0x063F: bottom line style 233 0x0600=bline-color,bline-opacity,bline-back-color,bline-cr-mod,bline-type,bline-fill-blip,bline-fill-blip-name,bline-fill-blip-opt 234 0x0608=bline-fill-width,bline-fill-height,bline-fill-dz-type,bline-width,bline-miter-limit,bline-style,bline-dash,bline-dash-style 235 0x0610=bline-start-arrow-head,bline-end-arrow-head,bline-start-arrow-width,bline-start-arrow-length,bline-end-arrow-width,bline-end-arrow-length,bline-join-style,bline-end-cap-style 236 0x0618=,bline-color-ext,reserved,bline-color-ext-mod,reserved,bline-back-color-ext,reserved,bline-back-color-ext-mod 237 0x0620=reserved,reserved,reserved 238 0x063F=bline-flags 239 # 0x0680-0x06BF: web component 240 0x0680=webcomp-html,webcomp-name,webcomp-url 241 0x06BF=webcomp-flags 242 # 0x0700-0x073F: ink data 243 0x0700=ink-data 244 0x073F=ink-flags 245 # 0x0780-0x07BF: signature line 246 0x0780=,sigline-guid,sigline-provider-guid,sigline-suggested-signer,sigline-suggested-signer-info,sigline-suggested-signer-email,sigline-sign-instruction,sigline-add-xml 247 0x0788=sigline-provider-url 248 0x07BF=sigline-flags 249 # 0x07C0-0x07FF: group or shape #2 250 0x07C0=group2-rel-width,group2-rel-height,group2-rel-pos-x,group2-rel-pos-y,group2-size-rel-h,group2-size-rel-v 251end 252 253constlist=DFFOPT-SIMPLE-PROPERTIES 254 # transformation 255 0x003F=uint32,hex,flags,DFFOPT-TRANSFORM-FLAGS 256 # protection 257 0x007F=uint32,hex,flags,DFFOPT-PROTECTION-FLAGS 258 # text 259 0x00BF=uint32,hex,flags,DFFOPT-TEXT-FLAGS 260 # text geometry 261 0x00FF=uint32,hex,flags,DFFOPT-TEXTGEO-FLAGS 262 # picture (BLIP) 263 0x013F=uint32,hex,flags,DFFOPT-BLIP-FLAGS 264 # shape geometry 265 0x017F=uint32,hex,flags,DFFOPT-GEO-FLAGS 266 # fill style 267 0x0180=uint32,dec,type,DFFOPT-FILL-TYPE 268 0x0181=uint32,hex,color,DFF-COLOR 269 0x0182=int32,fix,opacity,DFF-OPACITY 270 0x0183=uint32,hex,color,DFF-COLOR 271 0x0184=int32,fix,opacity,DFF-OPACITY 272 0x0185=uint32,hex,color,DFF-COLOR 273 0x0186=uint32,dec,blip-id 274 0x0188=uint32,dec,blip-opt,DFFOPT-BLIPOPT 275 0x0189=int32,dec,width 276 0x018A=int32,dec,height 277 0x018B=int32,fix,angle,DFF-DEGREES 278 0x018C=int32,dec,focus,CONV-PERCENT 279 0x018D=int32,fix,size,DFF-OPACITY 280 0x018E=int32,fix,size,DFF-OPACITY 281 0x018F=int32,fix,size,DFF-OPACITY 282 0x0190=int32,fix,size,DFF-OPACITY 283 0x0191=int32,fix,size,CONV-EMU-TO-CM 284 0x0192=int32,fix,size,CONV-EMU-TO-CM 285 0x0193=int32,fix,size,CONV-EMU-TO-CM 286 0x0194=int32,fix,size,CONV-EMU-TO-CM 287 0x0195=uint32,dec,type,DFFOPT-FILL-DZTYPE 288 0x0196=int32,dec,preset 289 0x0198=int32,fix,pos,DFF-OPACITY 290 0x0199=int32,fix,pos,DFF-OPACITY 291 0x019A=int32,fix,pos,DFF-OPACITY 292 0x019B=int32,fix,pos,DFF-OPACITY 293 0x019C=uint32,hex,type,DFFOPT-FILL-SHADETYPE 294 0x019E=uint32,hex,color,DFF-COLOR 295 0x01A0=uint32,hex,color-mod,DFF-COLORMOD 296 0x01A2=uint32,hex,color,DFF-COLOR 297 0x01A4=uint32,hex,color-mod,DFF-COLORMOD 298 0x01BF=uint32,hex,flags,DFFOPT-FILL-FLAGS 299 # line style 300 0x01C0=uint32,hex,color,DFF-COLOR 301 0x01C2=uint32,hex,color,DFF-COLOR 302 0x01FF=uint32,hex,flags,DFFOPT-LINE-FLAGS 303 # shadow style 304 0x0201=uint32,hex,color,DFF-COLOR 305 0x023F=uint32,hex,flags,DFFOPT-SHADOW-FLAGS 306 # perspective 307 0x027F=uint32,hex,flags,DFFOPT-PERSP-FLAGS 308 # 3d object 309 0x02BF=uint32,hex,flags,DFFOPT-3DOBJ-FLAGS 310 # 3d style 311 0x02FF=uint32,hex,flags,DFFOPT-3DSTYLE-FLAGS 312 # shape 313 0x033F=uint32,hex,flags,DFFOPT-SHAPE-FLAGS 314 # callout 315 0x037F=uint32,hex,flags,DFFOPT-CALLOUT-FLAGS 316 # group or shape 317 0x03BF=uint32,hex,flags,DFFOPT-GROUP-FLAGS 318 # relative transformation 319 0x03FF=uint32,hex,flags,DFFOPT-TRANSFORM-FLAGS 320 # unknown HTML 321 0x043F=uint32,hex,flags,DFFOPT-UHTML-FLAGS 322 # diagram 323 0x053F=uint32,hex,flags,DFFOPT-DIAGRAM-FLAGS 324 # left line style 325 0x0540=uint32,hex,color,DFF-COLOR 326 0x0542=uint32,hex,color,DFF-COLOR 327 0x057F=uint32,hex,flags,DFFOPT-LINE-FLAGS 328 # top line style 329 0x0580=uint32,hex,color,DFF-COLOR 330 0x0582=uint32,hex,color,DFF-COLOR 331 0x05BF=uint32,hex,flags,DFFOPT-LINE-FLAGS 332 # right line style 333 0x05C0=uint32,hex,color,DFF-COLOR 334 0x05C2=uint32,hex,color,DFF-COLOR 335 0x05FF=uint32,hex,flags,DFFOPT-LINE-FLAGS 336 # bottom line style 337 0x0600=uint32,hex,color,DFF-COLOR 338 0x0602=uint32,hex,color,DFF-COLOR 339 0x063F=uint32,hex,flags,DFFOPT-LINE-FLAGS 340 # web component 341 0x06BF=uint32,hex,flags,DFFOPT-WEBCOMP-FLAGS 342 # ink data 343 0x073F=uint32,hex,flags,DFFOPT-INK-FLAGS 344 # signature line 345 0x07BF=uint32,hex,flags,DFFOPT-SIGLINE-FLAGS 346 # group or shape #2 347end 348 349constlist=DFFOPT-COMPLEX-PROPERTIES 350 0x0186=uint32,hex,blip,blip 351 0x0187=uint32,hex,blip-name,string 352 0x0197=uint32,hex,shade-colors,colorarray 353 0x0380=uint32,hex,shape-name,string 354end 355 356# common 357 358combilist=DFFOPT-BLIPOPT 359 0x00000003=uint8,dec,type,DFFOPT-BLIPOPT-TYPE 360 0x00000004=do-not-save 361 0x00000008=linked 362end 363 364shortlist=DFFOPT-BLIPOPT-TYPE,0,comment,file,url 365 366# transformation 367 368flagslist=DFFOPT-TRANSFORM-FLAGS 369 0x0001=:flip-h 370 0x0002=:flip-v 371end 372 373# protection 374 375flagslist=DFFOPT-PROTECTION-FLAGS 376 0x0001=:lock-against-grouping 377 0x0002=:lock-adjust-handles 378 0x0004=:lock-text 379 0x0008=:lock-vertices 380 0x0010=:lock-cropping 381 0x0020=:lock-against-select 382 0x0040=:lock-position 383 0x0080=:lock-aspect-ratio 384 0x0100=:lock-rotation 385 0x0200=:lock-against-ungrouping 386end 387 388# text 389 390flagslist=DFFOPT-TEXT-FLAGS 391 0x0002=:fit-shape-to-text 392 0x0008=:auto-text-margin 393 0x0010=:select-text 394 ignore=0x0005 395end 396 397# text geometry 398 399flagslist=DFFOPT-TEXTGEO-FLAGS 400 0x0001=:strike-through 401 0x0002=:small-caps 402 0x0004=:shadow 403 0x0008=:underline 404 0x0010=:italic 405 0x0020=:bold 406 0x0040=:no-measure-along-path 407 0x0080=:normalize 408 0x0100=:best-fit 409 0x0200=:shrink-to-fit 410 0x0400=:stretch-to-fit 411 0x0800=:tightening 412 0x1000=:kerning 413 0x2000=:vertical 414 0x4000=:has-effect 415 0x8000=:reverse-rows 416end 417 418# picture (BLIP) 419 420flagslist=DFFOPT-BLIP-FLAGS 421 0x0001=:ole-alive 422 0x0002=:bi-level-display 423 0x0004=:grayscale 424 0x0008=:no-hit-test 425 0x0010=:loop-anim 426 0x0020=:rewind-anim 427 0x0040=:preserve-gray 428end 429 430# shape geometry 431 432flagslist=DFFOPT-GEO-FLAGS 433 0x0001=:fill-support 434 0x0002=:fill-shade-shape-support 435 0x0004=:fontwork-support 436 0x0008=:line-support 437 0x0010=:3d-support 438 0x0020=:shadow-support 439end 440 441# fill style 442 443shortlist=DFFOPT-FILL-TYPE,0,solid,pattern,texture,picture,edge-shade,linear-shade,shape-shade,point-shade,title-shade,background 444 445combilist=DFFOPT-FILL-DZTYPE 446 0x00000003=uint8,dec,unit,DFFOPT-FILL-DZTYPE-UNIT 447 0x0000000C=uint8,dec,aspect,DFFOPT-FILL-DZTYPE-ASPECT 448end 449 450shortlist=DFFOPT-FILL-DZTYPE-UNIT,0,unused,emu,pixel,shape-size-rel 451shortlist=DFFOPT-FILL-DZTYPE-ASPECT,0,none,fixed,prefer-largest 452 453flagslist=DFFOPT-FILL-SHADETYPE 454 ignore=0x40000000 455 0x00000001=none 456 0x00000002=gamma 457 0x00000004=sigma-transfer 458 0x00000008=flat-band 459 0x00000010=one-color 460end 461 462flagslist=DFFOPT-FILL-FLAGS 463 0x0001=:no-fill-hit-test 464 0x0002=:fill-to-rect 465 0x0004=:fill-rel-to-shape 466 0x0008=:hit-test-fill 467 0x0010=:has-fill 468 0x0020=:shape-anchor 469 0x0040=:recolor-as-pic 470end 471 472# line style 473 474flagslist=DFFOPT-LINE-FLAGS 475 0x0001=:draw-dash-for-invisible 476 0x0002=:fill-rel-to-shape 477 0x0004=:hit-test-line 478 0x0008=:has-line 479 0x0010=:arrowhead-support 480 0x0020=:inset-pen-support 481 0x0040=:inset-pen 482 0x0200=:opaque-back-line 483end 484 485# shadow style 486 487flagslist=DFFOPT-SHADOW-FLAGS 488 0x0001=:obscured-shadow 489 0x0002=:has-shadow 490end 491 492# perspective 493 494flagslist=DFFOPT-PERSP-FLAGS 495 0x0001=:has-perspective 496end 497 498# 3d object 499 500flagslist=DFFOPT-3DOBJ-FLAGS 501 0x0001=:light-face 502 0x0002=:extrusion-color 503 0x0004=:metallic 504 0x0008=:has-3d 505end 506 507# 3d style 508 509flagslist=DFFOPT-3DSTYLE-FLAGS 510 0x0001=:fill-color-harsh 511 0x0002=:key-color-harsh 512 0x0004=:parallel 513 0x0008=:rotation-center-auto 514 0x0010=:constrain-rotation 515end 516 517# shape 518 519flagslist=DFFOPT-SHAPE-FLAGS 520 0x0001=:background 521 0x0004=:initiator 522 0x0008=:lock-shape-type 523 0x0010=:prefer-rel-resize 524 0x0020=:ole-iconified 525 0x0040=:flip-v-override 526 0x0080=:flip-h-override 527 0x0100=:policy-barcode 528 0x0200=:policy-label 529end 530 531# callout 532 533flagslist=DFFOPT-CALLOUT-FLAGS 534 0x0001=:length-specified 535 0x0002=:drop-auto 536 0x0004=:minus-y 537 0x0008=:minus-x 538 0x0010=:has-text-border 539 0x0020=:has-accent-bar 540 0x0040=:is-callout 541end 542 543# group or shape 544 545flagslist=DFFOPT-GROUP-FLAGS 546 0x0001=:print 547 0x0002=:hidden 548 0x0004=:1d-adjustment 549 0x0008=:is-button 550 0x0010=:notify-double-click 551 0x0020=:behind-doc 552 0x0040=:wrap-edited 553 0x0080=:script-anchor 554 0x0100=:really-hidden 555 0x0200=:allow-overlap 556 0x0400=:user-drawn 557 0x0800=:is-hr 558 0x1000=:no-shade-hr 559 0x2000=:standard-hr 560 0x4000=:is-bullet 561 0x8000=:layout-in-cell 562end 563 564# unknown HTML 565 566flagslist=DFFOPT-UHTML-FLAGS 567 0x0002=:fake-master 568 0x0004=:ole-from-html 569end 570 571# diagram 572 573flagslist=DFFOPT-DIAGRAM-FLAGS 574 0x0001=:pseudo-inline 575 0x0002=:do-layout 576 0x0004=:reverse 577 0x0008=:do-format 578end 579 580# web component 581 582flagslist=DFFOPT-WEBCOMP-FLAGS 583 0x0001=:is-web-component 584end 585 586# ink data 587 588flagslist=DFFOPT-INK-FLAGS 589 0x0001=:render-ink 590 0x0002=:render-shape 591 0x0004=:hit-test-ink 592 0x0008=:ink-annotation 593end 594 595# signature line 596 597flagslist=DFFOPT-SIGLINE-FLAGS 598 0x0001=:is-signature-line 599 0x0002=:show-sign-instruction 600 0x0004=:show-sign-comment 601 0x0008=:show-sign-date 602end 603 604# group or shape #2 605 606# DFFSP ---------------------------------------------------------------------- 607 608combilist=DFFSP-RECORD-INST 609 include=DFF-RECORD-INST 610 0xFFF0=uint16,dec,shape-type,DFFSP-TYPE 611end 612 613multilist=DFFSP-TYPE 614 0=not-primitive,rectangle,round-rectangle,ellipse,diamond,isoceles-triangle,right-triangle,parallelogram,trapezoid,hexagon 615 10=octagon,plus,star,arrow,thick-arrow,home-plate,cube,balloon,seal,arc 616 20=line,plaque,can,donut,text-simple,text-octagon,text-hexagon,text-curve,text-wave,text-ring 617 30=text-on-curve,text-on-ring,straight-connector-1,bent-connector-2,bent-connector-3,bent-connector-4,bent-connector-5,curved-connector-2,curved-connector-3,curved-connector-4 618 40=curved-connector-5,callout-1,callout-2,callout-3,accent-callout-1,accent-callout-2,accent-callout-3,border-callout-1,border-callout-2,border-callout-3 619 50=accent-border-callout-1,accent-border-callout-2,accent-border-callout-3,ribbon,ribbon-2,chevron,pentagon,no-smoking,seal-8,seal-16 620 60=seal-32,wedge-rect-callout,wedge-rrect-callout,wedge-ellipse-callout,wave,folded-corner,left-arrow,down-arrow,up-arrow,left-right-arrow 621 70=up-down-arrow,irregular-seal-1,irregular-seal-2,lightning-bolt,heart,picture-frame,quad-arrow,left-arrow-callout,right-arrow-callout,up-arrow-callout 622 80=down-arrow-callout,left-right-arrow-callout,up-down-arrow-callout,quad-arrow-callout,bevel,left-bracket,right-bracket,left-brace,right-brace,left-up-arrow 623 90=bent-up-arrow,bent-arrow,seal-24,striped-right-arrow,notched-right-arrow,block-arc,smiley-face,vertical-scroll,horizontal-scroll,circular-arrow 624 100=notched-circular-arrow,uturn-arrow,curved-right-arrow,curved-left-arrow,curved-up-arrow,curved-down-arrow,cloud-callout,ellipse-ribbon,ellipse-ribbon-2,flow-chart-process 625 110=flow-chart-decision,flow-chart-input-output,flow-chart-predefined-process,flow-chart-internal-storage,flow-chart-document,flow-chart-multidocument,flow-chart-terminator,flow-chart-preparation,flow-chart-manual-input,flow-chart-manual-operation 626 120=flow-chart-connector,flow-chart-punched-card,flow-chart-punched-tape,flow-chart-summing-junction,flow-chart-or,flow-chart-collate,flow-chart-sort,flow-chart-extract,flow-chart-merge,flow-chart-offline-storage 627 130=flow-chart-online-storage,flow-chart-magnetic-tape,flow-chart-magnetic-disk,flow-chart-magnetic-drum,flow-chart-display,flow-chart-delay,text-plain-text,text-stop,text-triangle,text-triangle-inverted 628 140=text-chevron,text-chevron-inverted,text-ring-inside,text-ring-outside,text-arch-up-curve,text-arch-down-curve,text-circle-curve,text-button-curve,text-arch-up-pour,text-arch-down-pour 629 150=text-circle-pour,text-button-pour,text-curve-up,text-curve-down,text-cascade-up,text-cascade-down,text-wave-1,text-wave-2,text-wave-3,text-wave-4 630 160=text-inflate,text-deflate,text-inflate-bottom,text-deflate-bottom,text-inflate-top,text-deflate-top,text-deflate-inflate,text-deflate-inflate-deflate,text-fade-right,text-fade-left 631 170=text-fade-up,text-fade-down,text-slant-up,text-slant-down,text-can-up,text-can-down,flow-chart-alternate-process,flow-chart-offpage-connector,callout-90,accent-callout-90 632 180=border-callout-90,accent-border-callout-90,left-right-up-arrow,sun,moon,bracket-pair,brace-pair,seal-4,double-wave,action-button-blank 633 190=action-button-home,action-button-help,action-button-information,action-button-forward-next,action-button-back-previous,action-button-end,action-button-beginning,action-button-return,action-button-document,action-button-sound 634 200=action-button-movie,host-control,text-box 635end 636 637flagslist=DFFSP-FLAGS 638 0x00000001=group 639 0x00000002=child 640 0x00000004=patriarch 641 0x00000008=deleted 642 0x00000010=ole 643 0x00000020=has-master 644 0x00000040=flip-horizontal 645 0x00000080=flip-vertical 646 0x00000100=connector 647 0x00000200=has-anchor 648 0x00000400=background 649 0x00000800=has-shape-type 650end 651 652# DFFSPLITMENUCOLORS --------------------------------------------------------- 653 654combilist=DFFSPLITMENUC-RECORD-INST 655 include=DFF-RECORD-INST 656 0xFFF0=uint16,dec,color-count 657end 658 659# ============================================================================ 660