Lines Matching refs:of
9 * with the License. You may obtain a copy of the License at
44 /** FilePicker that support the preview of various file formats should implement
54 A sequence of all supported preview formats
61 /** The method returns the supported color depth of the target device.
69 /** The method returns the available width of the preview window
75 The width of the preview window in pixel.
80 /** The method returns the available height of the preview window
86 The heigth of the preview window in pixel.
95 Specifies the format of the data that will be delivered
111 /** Optionally sets the current show state of the preview. It is possible
115 A value of <TRUE/> shows the preview window.
116 <p>A value of <FALSE/> hides the preview window.</p>
119 A value of <TRUE/> on success.
120 <p>A vaue of <FALSE/> if the operation fails for any reason or the preview
126 /** Returns the current show state of the preview.
129 A value of <TRUE/> if the preview window is visible.
130 <p>A value of <FALSE/> if the preview window is invisible.</p>