Placeholder | Description | Value |
:File: | FILE OBJECTS|============ | |
:File.Name: | The name of the PPT file|you're converting (w/o ext) | ppt2htmldemo |
:File.NameExt: | The name of the PPT file|you're converting (with ext) | ppt2htmldemo.ppt |
:File.Path: | Full path, backslash-terminated,|to your PPT file | c:\sr\faq\pptools\html\ppt2html\ |
:File.DateTime: | Date and Time of your PPT file | 5/25/2004 5:35:02 PM |
:File.TotalSlides: | Number of slides in presentation | 11 |
:File.Time: | File time of your PPT file | 5/25/2004 5:35:02 PM |
:File.Date: | File date of your PPT file | 5/25/2004 5:35:02 PM |
:File.SizeInKb: | Size of your PPT file in Kb | 64.5 |
:File.SizeInMb: | Size of your PPT file in Mb | .06 |
:Prefs: | YOUR PREFS SETTINGS|=================== | |
:Prefs.OutputFolder: | HTML Output Folder, backslash-terminated | c:\sr\faq\pptools\html\ppt2html\diagnostic\ |
:Prefs.BaseName: | Base Name of your HTML and Image files | diagnostic |
:Prefs.TemplateFolder: | Current Template Folder, backslash-terminated | c:\sr\pptoolsdev\ |
:Prefs.TemplateName: | Name of the Template file|used for this conversion | diagnostictemplate.htm |
:Prefs.PageTitle: | Page Title for your HTML pages | Converted by PPT2HTML using the DIAGNOSTIC template |
:Prefs.Homepage: | Home page or other URL|specified in Prefs | htp://ppt2html.pptools.com |
:Prefs.ImageExtension: | File extension for chosen image export type | gif |
:Prefs.HTMLExtension: | File extension for HTML files | htm |
:Slide: | SLIDE OBJECTS|============= | |
:Slide.Image: | Name of GIF/JPG/PNG file|generated for this slide | diagnostic7.gif" usemap="#diagnostic7 |
:Slide.Image.Width: | Width (in pixels) of image file|as specified in Prefs | 750 |
:Slide.Image.Height: | Height (in pixels) of image file|calculated from Width specified in Prefs | 562 |
:Slide.Number: | Slide number from PowerPoint | 7 |
:Slide.PrintoutNumber: | Printout slide number | 7 |
:Slide.OtherText: | All non-placeholder text on slide | |
:Slide.AllText: | All text on slide,|including placeholder text | Accessibility Accessibility: with Accessibility Assistant, you can Assign ALT text to any shape on your slides Set up your slides so that screen readers read the text in the correct order Add full-screen Forward/Back links for users with limited mobility or fine motor control Make any shape invisible/visible or rename it |
:Slide.AdvanceTime: | Slide advance time in seconds|from PPT Slide Transition Time | 5 |
:Slide.TransitionSound: | File name of slide's|transition sound | |
:Slide.FirstAnimationSound: | File name of first|animation sound on slide | |
:Slide.TransitionSound.JS: | Generates JavaScript to embed|slide transition sound in HTML|Not yet implemented | |
:Slide.TransitionEffect.Name: | Generates slide transition effect name | EffectWipeDown |
:Slide.TransitionEffect.MSIENumber: | Generates slide transition effect as MSIE number | 5 |
:Slide.Ph: | SLIDE TEXT PLACEHOLDER OBJECTS|============================== | |
:Slide.Ph.TitleText: | Text from the slide's|TITLE placeholder | Accessibility |
:Slide.Ph.SubtitleText: | Text from the slide's|SUBTITLE placeholder | |
:Slide.Ph.BodyText1: | Text from the slide's first|BODY TEXT placeholder | Accessibility: with Accessibility Assistant, you can Assign ALT text to any shape on your slides Set up your slides so that screen readers read the text in the correct order Add full-screen Forward/Back links for users with limited mobility or fine motor control Make any shape invisible/visible or rename it |
:Slide.Ph.BodyText1_AsPara.HTML: | Text from the slide's first|BODY TEXT placeholder|as HTML paragraphs | Accessibility: with Accessibility Assistant, you can
Assign ALT text to any shape on your slides Set up your slides so that screen readers read the text in the correct order Add full-screen Forward/Back links for users with limited mobility or fine motor control Make any shape invisible/visible or rename it |
:Slide.Ph.BodyText1_AsBullets.HTML: | Text from the slide's first|BODY TEXT placeholder|as HTML unordered (bulleted) list |
|
:Slide.Ph.BodyText1_AsNumbers.HTML: | Text from the slide's first|BODY TEXT placeholder|as HTML ordered (numbered) list |
|
:Slide.Ph.BodyText2: | Text from the slide's second|BODY TEXT placeholder | |
:Slide.Ph.BodyText2_AsPara.HTML: | Text from the slide's second|BODY TEXT placeholder|as HTML paragraphs | |
:Slide.Ph.BodyText2_AsBullets.HTML: | Text from the slide's second|BODY TEXT placeholder|as HTML unordered (bulleted) list | |
:Slide.Ph.BodyText2_AsNumbers.HTML: | Text from the slide's second|BODY TEXT placeholder|as HTML ordered (numbered) list | |
:Notes: | NOTES PAGE OBJECT|================= | |
:Notes.Ph: | NOTES PAGE PLACEHOLDER OBJECT|============================= | |
:Notes.Ph.BodyText: | Text from the notes page text placeholder | |
:Notes.Ph.BodyText_AsPara.HTML: | Text from the notes page text placeholder|as HTML paragraphs | |
:Notes.Ph.BodyText_AsBullets.HTML: | Text from the notes page text placeholder|as HTML unordered (bulleted) list | |
:Notes.Ph.BodyText_AsNumbers.HTML: | Text from the notes page text placeholder|as HTML ordered (numbered) list | |
:Notes.Ph.BodyText_CodedBreaks: | Text from the notes page text placeholder|as string w/ coded linebreaks | |
:Notes.Ph.BodyText_NoBreaks: | Text from the notes page text placeholder|as a single string w/o linebreaks | |
:Nav: | HTML NAVIGATION/LINK OBJECTS|============================= | |
:Nav.ThisPage: | Filename of current slide's HTML file | diagnostic7.htm |
:Nav.Next: | Filename of next HTML file | diagnostic8.htm |
:Nav.NextOrLoop: | Filename of next HTML file|unless this is last slide|in which case filename of first HTML file|Useful for creating auto-looping presentations | diagnostic8.htm |
:Nav.NextOrHome: | Filename of next HTML file|unless this is last slide|in which case Homepage URL from Prefs | diagnostic8.htm |
:Nav.NextOrNothing: | Filename of next HTML file|unless this is last slide|in which case nothing/blank | diagnostic8.htm |
:Nav.NextOrNothing.HTML: | Complete HTML Next link to next file unless|this is last slide|in which case no link generated|Set text for link in PPTools.INI | Next |
:Nav.Previous: | diagnostic6.htm | diagnostic6.htm |
:Nav.PreviousOrLoop: | Filename of previous HTML file|unless this is first slide|in which case filename of last HTML file|Useful for creating auto-looping presentations | diagnostic6.htm |
:Nav.PreviousOrHome: | Filename of next HTML file|unless this is first slide|in which case Homepage URL from Prefs | diagnostic6.htm |
:Nav.PreviousOrNothing: | Filename of next HTML file|unless this is last slide|in which case nothing/blank | diagnostic6.htm |
:Nav.PreviousOrNothing.HTML: | Complete HTML Previous link to|previous file unless this is first slide|in which case no link generated|Set text for link in PPTools.INI | Previous |
:Nav.NextNumber: | Formatted number of next slide's image/html files | 8 |
:Nav.PreviousNumber: | Formatted number of previous slide's image/html files | 6 |
:Nav.ThisNumber: | Formatted number of this slide's image/html files | 7 |
:Nav.FirstPage: | Name of first HTML file in converted presentation | diagnostic1.htm |
:Nav.LastPage: | Name of last HTML file in converted presentation | diagnostic11.htm |
:Nav.LinksToAll: | Numbered links to each slide in presentation|ie. 1 2 3 4 etc. | PPTools PPT2HTML About this demo About this demo Make your PPT web pages PPT2HTML converts Navigation Accessibility Limited support for PPT2HTML doesn’t support Where do templates come from? Do I need to know HTML? |
:Nav.LinksToAll.Custom: | Custom links to each slide in presentation | PPTools PPT2HTML About this demo About this demo Make your PPT web pages PPT2HTML converts Navigation Accessibility Limited support for PPT2HTML doesn’t support Where do templates come from? Do I need to know HTML? |
:Nav.LinksToAll.TOC.HTML: | Table of Contents as HTML string | PPTools PPT2HTML About this demo About this demo Make your PPT web pages PPT2HTML converts Navigation Accessibility Limited support for PPT2HTML doesn’t support Where do templates come from? Do I need to know HTML? |
:Nav.Map: | Create clickable image map|from PPT action buttons | |
:System: | SYSTEM OBJECTS - Info about your computer|========================================= | |
:System.Date: | Current system date | 5/25/2004 |
:System.Time: | Current system time | 6:26:51 PM |
:Other: | MISC. OTHER OBJECTS|=================== | |
:Page: | Page number of current slide|(in HTML presentation, not PPT file) | 7 |
:TotalPages: | Total number of pages in HTML presentation | 11 |
:Flash.Code: | Special placeholder for Flash support | |
:TheBest: | A word of gratitude | Brian and Steve (aka RnR) wish to express our undying gratitude to Sonia Coleman, the world's best beta tester, for her patience, perseverance and thoroughness in testing PPT2HTML. Thanks Sonia! |
Property | Value |
:title: | RnR PPT2HTML Converter |
:subject: | Demo Presentation |
:author: | Steve Rindsberg |
:keywords: | PowerPoint Properties: Keywords,like,this,and,so,on |
:comments: | PowerPoint Properties: Comments This and the other PowerPoint Properties are items you can enter Properties dialog box (choose File, Properties from the main menu bar) |
:template: | C:\MSO97\Templates\Presentation Designs\Contemporary Portrait.pot |
:last author: | Steve Rindsberg |
:revision number: | 34 |
:application name: | Microsoft PowerPoint |
:last print date: | 11/14/2000 5:16:00 PM |
:creation date: | 11/10/2000 10:57:00 AM |
:last save time: | 5/25/2004 5:35:02 PM |
:total editing time: | 651 |
:number of pages: | |
:number of words: | 388 |
:number of characters: | |
:security: | |
:category: | PowerPoint Properties: Category |
:format: | On-screen Show |
:manager: | The Pointy-Haired Guy |
:company: | PPTools |
:number of bytes: | 29528 |
:number of lines: | |
:number of paragraphs: | 50 |
:number of slides: | 11 |
:number of notes: | 11 |
:number of hidden slides: | 0 |
:number of multimedia clips: | 0 |
:hyperlink base: | |
:number of characters (with spaces): |
Property | Value |
:language: | English |
:owner: | Steve Rindsberg |
:publisher: | PPTools |
:purpose: | To demonstrate various PPT2HTML features on the web |
:a new property i added: | I created this property in the Custom tab of the Properties dialog box. You can create your own properties too. |