Home | History | Annotate | Download | only in Interfaces

Lines Matching refs:mediaStyle

455         @discussion Set the media style for the WebView.  The mediaStyle will override the normal value
457 @param mediaStyle The value to use for the CSS media property.
458 - (void)setMediaStyle:(NSString *)mediaStyle;
463 @method mediaStyle
464 @result mediaStyle The value to use for the CSS media property, as set by setMediaStyle:. It
466 - (NSString *)mediaStyle;
468 HRESULT mediaStyle([out, retval] BSTR* media);