p:webPr
Web Properties
Element information
Namespace: http://schemas.openxmlformats.org/presentationml/2006/main
Schema document: pml-presentationProperties.xsd
Type: p:CT_WebProperties
Properties: Local, Qualified
Content
- p:extLst [0..1] Extension List
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
showAnimation | [0..1] | xsd:boolean | Show animation in HTML output | Default value is "false". |
resizeGraphics | [0..1] | xsd:boolean | Resize graphics in HTML output | Default value is "true". |
allowPng | [0..1] | xsd:boolean | Allow PNG in HTML output | Default value is "false". |
relyOnVml | [0..1] | xsd:boolean | Rely on VML for HTML output | Default value is "false". |
organizeInFolders | [0..1] | xsd:boolean | Organize HTML output in folders | Default value is "true". |
useLongFilenames | [0..1] | xsd:boolean | Use long file names in HTML output | Default value is "true". |
imgSz | [0..1] | p:ST_WebScreenSize | Image size for HTML output | Default value is "800x600". |
encoding | [0..1] | p:ST_WebEncoding | Encoding for HTML output | Default value is "". |
clr | [0..1] | p:ST_WebColorType | Slide Navigation Colors for HTML output | Default value is "whiteTextOnBlack". |
Used in
- Type p:CT_PresentationProperties (Element p:presentationPr)
Sample instance
<p:webPr> <p:extLst> <p:ext> <!--any element--> </p:ext> </p:extLst> </p:webPr>