@@ -134,6 +134,7 @@ pub mod writers {
134
134
pub use functions:: {
135
135
ExponentialFunction , PostScriptFunction , SampledFunction , StitchingFunction ,
136
136
} ;
137
+ pub use object:: DecodeParms ;
137
138
pub use object:: { NameTree , NameTreeEntries , NumberTree , NumberTreeEntries } ;
138
139
pub use renditions:: { MediaClip , MediaPermissions , MediaPlayParams , Rendition } ;
139
140
pub use structure:: {
@@ -171,6 +172,7 @@ pub mod types {
171
172
CheckBoxState , ChoiceOptions , FieldFlags , FieldType , Quadding , SigFlags ,
172
173
} ;
173
174
pub use functions:: { InterpolationOrder , PostScriptOp } ;
175
+ pub use object:: Predictor ;
174
176
pub use renditions:: { MediaClipType , RenditionType , TempFileType } ;
175
177
pub use structure:: {
176
178
Direction , NumberingStyle , OutlineItemFlags , PageLayout , PageMode , StructRole ,
@@ -183,8 +185,8 @@ pub mod types {
183
185
pub use self :: chunk:: Chunk ;
184
186
pub use self :: content:: Content ;
185
187
pub use self :: object:: {
186
- Array , Date , DecodeParms , Dict , Filter , Finish , Name , Null , Obj , Predictor ,
187
- Primitive , Rect , Ref , Rewrite , Str , Stream , TextStr , TypedArray , TypedDict , Writer ,
188
+ Array , Date , Dict , Filter , Finish , Name , Null , Obj , Primitive , Rect , Ref , Rewrite ,
189
+ Str , Stream , TextStr , TypedArray , TypedDict , Writer ,
188
190
} ;
189
191
190
192
use std:: fmt:: { self , Debug , Formatter } ;
0 commit comments