THPDFPageLabelStyle Type
メソッドの要約: THPDFPageLabelStyle Type
宣言
THPDFPageLabelStyle = (plsDecimalArabic, plsUpperRoman, plsLowerRoman, plsUpperLetters, plsLowerLetters);
ユニット
HPDFDoc
Values
| Value | PDF label style |
|---|---|
plsDecimalArabic | /S /D decimal arabic numerals |
plsUpperRoman | /S /R uppercase roman numerals |
plsLowerRoman | /S /r lowercase roman numerals |
plsUpperLetters | /S /A uppercase alphabetic labels |
plsLowerLetters | /S /a lowercase alphabetic labels |
使用上の注意
- Use this type with THotPDF.SetPageLabel when the label style must be chosen at runtime
- For fixed styles, use SetDecimalPageLabel, SetUpperRomanPageLabel, SetLowerRomanPageLabel, SetUpperLettersPageLabel, or SetLowerLettersPageLabel
- Page labels affect viewer page-number display and do not change the physical page order
Related API
- THotPDF.SetPageLabel Method
- THotPDF Methods