cz.ponec.ppSee.api
Interface HtmParams

All Known Subinterfaces:
ApiAlbum

public interface HtmParams

The Interface contains some string Constants designed to obtaining an application HTML Parameter. The constants you can use in a method Api.getParam(Property) . A type of the result value is announced in a parameter description (in parenthesis).

See Also:
Api#getParam(Property)

Field Summary
static Property BasicHtmlPage
          Basic Html Page (String)
static Property BgColor
          Background Color (String)
static Property BgColorType
          Background Color Type (Integer)
static Property BgTextureExt
          Background Texture External (String)
static Property BgTextureInt
          Background Texture Internal (String)
static Property BorderColor
          Image Border Color (String)
static Property BorderColorSet
          Apply an Image Border (Boolean).
static Property ColorLink
          Link Color (String)
static Property CountThumbsOfPage
          A count of thumbnails on a page.
static Property CountThumbsOfPageIsRec
          A count of thumbnails on a page is recomended only.
static Property CpOriginalPict
          Copy Original Picture for Usage (Boolean).
static Property DetailTooltip
          Show Detail Tooltip (Boolean)
static Property DetailTooltipTxt
          Detail Tooltip Text (String)
static Property EApeture
          Show Apeture from Exif (Boolean)
static Property EAuthor
          Show a Name of Author (Boolean)
static Property EAuthorDiff
          Show a Different Author (Boolean)
static Property ECameraMake
          Show Camera Make from Exif (Boolean)
static Property ECameraModel
          Show Camera Model from Exif (Boolean)
static Property ECompressionT
          Show type of compression from Exif (Boolean)
static Property EDateFormat
          Date Format (String)
static Property EDateOriginal
          Show an Original Date from Exif (Boolean)
static Property EDetailDescr
          Text Description (String)
static Property EExposureTime
          Show Exposure Time from Exif (Boolean)
static Property EFileName
          Show a File Name (Boolean)
static Property EFirmwareVersion
          Show Firmware Version from Exif (Boolean)
static Property EImageNumber
          Show Image Number from Exif (Boolean)
static Property EIso
          Show Iso from Exif (Boolean)
static Property EMeteringMode
          Show a Metering Mode from Exif (Boolean)
static Property EOrigPictSize
          Show Original Picture Size from Exif (Boolean)
static Property EOwnerName
          Show Owner Name from Exif (Boolean)
static Property ESourcePictSize
          Show Source Picture Size (Boolean)
static Property EUserDescr
          Show a File User Description
static Property EUserTitle
          Show a File User Title (Boolean)
static Property EVersion
          Show Version of an EXIF format (Boolean).
static Property FgColor
          Foreground Color (String)
static Property FooterText
          Footer Text (String)
static Property HeaderAuthor
          Header Author (String).
static Property HeaderDate
          Header Date (Boolean)
static Property HeaderDateFormat
          Header Date Format (String)
static Property HeaderDescription
          Header Description (Boolean)
static Property HeaderLogo
          Header Logo (Boolean)
static Property HeaderLogoResize
          The Resize Method (String).
static Property HeaderLogoResizeS
          The Resize Method: if original is smaller then pattern, don't use a resizing method (Boolean).
static Property HeaderLogoSize
          Header Logo Size (Dimension).
static Property HeaderLogoUrl
          URL of Header Logo (String)
static Property ImgDetailBW
          Convert a Detail Image to Black and White (Boolean).
static Property ImgHqResampling
          High Quality Image Resampling (Boolean).
static Property ImgSharpenD
          An Image sharpness for Detail Image (Integer).
static Property ImgSharpenT
          An Image sharpness for Thumbnail Image (Integer).
static Property ImgThumbBW
          Convert a Thumbnail Image to Black and White colors (Boolean).
static Property JpgCompress
          Jpg Comress Ratio (Integer).
static Property Language
          Album Language (Locale).
static Property Link2Exit
          Link (URL) to Exit (Boolean)
static Property Link2ExitUrl
          Link (URL) to Exit (String)
static Property LinkToOriginal
          Link To Original (Boolean)
static Property MonochromeTone
          A Tone for a Monochrome Image (String).
static Property MonochromeToneSet
          Apply an Image Border Color (Boolean).
static Property NavigImgGroup
          Navigation Image Group (String)
static Property NavigImgLink
          Navigation Imgage Link (String)
static Property NavigStyle
          A Style (Image/Button) for navigation widgets.
static Property PaddingColor
          Image Padding Color (String)
static Property PaddingColorSet
          ALink Color is different the Color Link parameter (Boolean).
static Property PictResize
          The Resize Method (String).
static Property PictResizeS
          The Resize Method: if original is smaller then pattern, don't use a resizing method.
static Property PictSize
          Pict Size (Dimension)
static Property Separator1
          Separator1 (Boolean)
static Property Separator2
          Separator2 (Boolean)
static Property ShowFinalDescr
          Show the last slideshow description (Boolean)
static Property ShowFinalIcon
          Name of the last slideshow image (String)
static Property ShowIcon
          Slide Show Icon (String)
static Property ShowSlideOrder
          Order Show Slide (Boolean)
static Property ShowTimeInterval
          Show Time Interval of Slide Show (Integer) [ms]
static Property SignMark
          Sign Mark - for picture (String)
static Property SignMarkColBg
          Sign Mark Color Background - for picture (String).
static Property SignMarkColFg
          Sign Mark Color Foreground - for picture (String)
static Property SignMarkSize
          Sign Mark Size - for picture (Integer)
static Property SlideBorderColor
          Border Color for Slide Show Image (String)
static Property SlideBorderColorSet
          Apply Border Color for Slide Show Image (Boolean)
static Property SlideDescription
          A Slide Show Description (String)
static Property SlideShow
          Show Slide Show (Boolean)
static Property SortDesc1
          Sort Descending 1 (Boolean)
static Property SortDesc2
          Sort Descending 2 (Boolean)
static Property SortDesc3
          Sort Descending 3 (Boolean)
static Property SortLevel1
          Sort Level 1 (String)
static Property SortLevel2
          Sort Level 2 (String)
static Property SortLevel3
          Sort Level 3 (String)
static Property Template
          Selected HTML template - type of album (String).
static Property ThumbDescription
          Thumb Description (Boolean)
static Property ThumbResize
          The Resize Method (String).
static Property ThumbResizeS
          The Resize Method: if original is smaller then pattern, don't use a resizing method (Boolean).
static Property ThumbSize
          Thumb Size (Dimension)
static Property ThumbTooltip
          Show Thumb Tooltip (Boolean)
static Property ThumbTooltipTxt
          Thumbnail Tooltip Text (String)
static Property TitleColor
          A Title Color (String)
static Property TransEnabled
          Transition efect is Enabled (Boolean)
static Property TransTime
          Time of Transition (Integer) in [ms].
static Property TransType
          Transition Type (String)
static Property WriteXmlHeader
          Write a XML header into HTML photo album file (Boolean).
 

Field Detail

Template

public static final Property Template
Selected HTML template - type of album (String).


TitleColor

public static final Property TitleColor
A Title Color (String)


HeaderLogo

public static final Property HeaderLogo
Header Logo (Boolean)


HeaderLogoSize

public static final Property HeaderLogoSize
Header Logo Size (Dimension).


HeaderLogoResize

public static final Property HeaderLogoResize
The Resize Method (String).


HeaderLogoResizeS

public static final Property HeaderLogoResizeS
The Resize Method: if original is smaller then pattern, don't use a resizing method (Boolean).


HeaderLogoUrl

public static final Property HeaderLogoUrl
URL of Header Logo (String)


Link2Exit

public static final Property Link2Exit
Link (URL) to Exit (Boolean)


Link2ExitUrl

public static final Property Link2ExitUrl
Link (URL) to Exit (String)


HeaderAuthor

public static final Property HeaderAuthor
Header Author (String).


HeaderDate

public static final Property HeaderDate
Header Date (Boolean)


HeaderDateFormat

public static final Property HeaderDateFormat
Header Date Format (String)


HeaderDescription

public static final Property HeaderDescription
Header Description (Boolean)


Separator1

public static final Property Separator1
Separator1 (Boolean)


Separator2

public static final Property Separator2
Separator2 (Boolean)


CountThumbsOfPage

public static final Property CountThumbsOfPage
A count of thumbnails on a page. (Integer)


CountThumbsOfPageIsRec

public static final Property CountThumbsOfPageIsRec
A count of thumbnails on a page is recomended only. (boolean)


ThumbSize

public static final Property ThumbSize
Thumb Size (Dimension)


ThumbResize

public static final Property ThumbResize
The Resize Method (String).


ThumbResizeS

public static final Property ThumbResizeS
The Resize Method: if original is smaller then pattern, don't use a resizing method (Boolean).


ThumbDescription

public static final Property ThumbDescription
Thumb Description (Boolean)


ThumbTooltip

public static final Property ThumbTooltip
Show Thumb Tooltip (Boolean)


ThumbTooltipTxt

public static final Property ThumbTooltipTxt
Thumbnail Tooltip Text (String)


FooterText

public static final Property FooterText
Footer Text (String)


PictSize

public static final Property PictSize
Pict Size (Dimension)


PictResize

public static final Property PictResize
The Resize Method (String).


PictResizeS

public static final Property PictResizeS
The Resize Method: if original is smaller then pattern, don't use a resizing method. (Boolean)


DetailTooltip

public static final Property DetailTooltip
Show Detail Tooltip (Boolean)


DetailTooltipTxt

public static final Property DetailTooltipTxt
Detail Tooltip Text (String)


LinkToOriginal

public static final Property LinkToOriginal
Link To Original (Boolean)


CpOriginalPict

public static final Property CpOriginalPict
Copy Original Picture for Usage (Boolean).


SignMark

public static final Property SignMark
Sign Mark - for picture (String)


SignMarkColFg

public static final Property SignMarkColFg
Sign Mark Color Foreground - for picture (String)


SignMarkColBg

public static final Property SignMarkColBg
Sign Mark Color Background - for picture (String).


SignMarkSize

public static final Property SignMarkSize
Sign Mark Size - for picture (Integer)


EAuthor

public static final Property EAuthor
Show a Name of Author (Boolean)


EAuthorDiff

public static final Property EAuthorDiff
Show a Different Author (Boolean)


EFileName

public static final Property EFileName
Show a File Name (Boolean)


EUserTitle

public static final Property EUserTitle
Show a File User Title (Boolean)


EUserDescr

public static final Property EUserDescr
Show a File User Description


EDetailDescr

public static final Property EDetailDescr
Text Description (String)


EDateOriginal

public static final Property EDateOriginal
Show an Original Date from Exif (Boolean)


EDateFormat

public static final Property EDateFormat
Date Format (String)


EExposureTime

public static final Property EExposureTime
Show Exposure Time from Exif (Boolean)


EApeture

public static final Property EApeture
Show Apeture from Exif (Boolean)


EIso

public static final Property EIso
Show Iso from Exif (Boolean)


EOrigPictSize

public static final Property EOrigPictSize
Show Original Picture Size from Exif (Boolean)


ESourcePictSize

public static final Property ESourcePictSize
Show Source Picture Size (Boolean)


ECameraMake

public static final Property ECameraMake
Show Camera Make from Exif (Boolean)


ECameraModel

public static final Property ECameraModel
Show Camera Model from Exif (Boolean)


EFirmwareVersion

public static final Property EFirmwareVersion
Show Firmware Version from Exif (Boolean)


EImageNumber

public static final Property EImageNumber
Show Image Number from Exif (Boolean)


EOwnerName

public static final Property EOwnerName
Show Owner Name from Exif (Boolean)


ECompressionT

public static final Property ECompressionT
Show type of compression from Exif (Boolean)


EMeteringMode

public static final Property EMeteringMode
Show a Metering Mode from Exif (Boolean)


EVersion

public static final Property EVersion
Show Version of an EXIF format (Boolean).


Language

public static final Property Language
Album Language (Locale). Sample Values: cs, de, en ...


JpgCompress

public static final Property JpgCompress
Jpg Comress Ratio (Integer).


ImgHqResampling

public static final Property ImgHqResampling
High Quality Image Resampling (Boolean).


ImgSharpenD

public static final Property ImgSharpenD
An Image sharpness for Detail Image (Integer).


ImgSharpenT

public static final Property ImgSharpenT
An Image sharpness for Thumbnail Image (Integer).


ImgDetailBW

public static final Property ImgDetailBW
Convert a Detail Image to Black and White (Boolean).


ImgThumbBW

public static final Property ImgThumbBW
Convert a Thumbnail Image to Black and White colors (Boolean).


BgColorType

public static final Property BgColorType
Background Color Type (Integer)


FgColor

public static final Property FgColor
Foreground Color (String)


BgColor

public static final Property BgColor
Background Color (String)


ColorLink

public static final Property ColorLink
Link Color (String)


PaddingColorSet

public static final Property PaddingColorSet
ALink Color is different the Color Link parameter (Boolean).


PaddingColor

public static final Property PaddingColor
Image Padding Color (String)


BorderColorSet

public static final Property BorderColorSet
Apply an Image Border (Boolean).


SlideBorderColor

public static final Property SlideBorderColor
Border Color for Slide Show Image (String)


SlideBorderColorSet

public static final Property SlideBorderColorSet
Apply Border Color for Slide Show Image (Boolean)


MonochromeTone

public static final Property MonochromeTone
A Tone for a Monochrome Image (String).


MonochromeToneSet

public static final Property MonochromeToneSet
Apply an Image Border Color (Boolean).


BorderColor

public static final Property BorderColor
Image Border Color (String)


BgTextureInt

public static final Property BgTextureInt
Background Texture Internal (String)


BgTextureExt

public static final Property BgTextureExt
Background Texture External (String)


BasicHtmlPage

public static final Property BasicHtmlPage
Basic Html Page (String)


SortLevel1

public static final Property SortLevel1
Sort Level 1 (String)


SortDesc1

public static final Property SortDesc1
Sort Descending 1 (Boolean)


SortLevel2

public static final Property SortLevel2
Sort Level 2 (String)


SortDesc2

public static final Property SortDesc2
Sort Descending 2 (Boolean)


SortLevel3

public static final Property SortLevel3
Sort Level 3 (String)


SortDesc3

public static final Property SortDesc3
Sort Descending 3 (Boolean)


NavigStyle

public static final Property NavigStyle
A Style (Image/Button) for navigation widgets. There are an enabled values: (Integer)


NavigImgGroup

public static final Property NavigImgGroup
Navigation Image Group (String)


NavigImgLink

public static final Property NavigImgLink
Navigation Imgage Link (String)


SlideShow

public static final Property SlideShow
Show Slide Show (Boolean)


ShowIcon

public static final Property ShowIcon
Slide Show Icon (String)


ShowTimeInterval

public static final Property ShowTimeInterval
Show Time Interval of Slide Show (Integer) [ms]


ShowSlideOrder

public static final Property ShowSlideOrder
Order Show Slide (Boolean)


TransEnabled

public static final Property TransEnabled
Transition efect is Enabled (Boolean)


TransType

public static final Property TransType
Transition Type (String)


TransTime

public static final Property TransTime
Time of Transition (Integer) in [ms].


SlideDescription

public static final Property SlideDescription
A Slide Show Description (String)


ShowFinalIcon

public static final Property ShowFinalIcon
Name of the last slideshow image (String)


ShowFinalDescr

public static final Property ShowFinalDescr
Show the last slideshow description (Boolean)


WriteXmlHeader

public static final Property WriteXmlHeader
Write a XML header into HTML photo album file (Boolean).



Copyright © 2007 PPonec. All Rights Reserved.