From d5fc4846fb01c2b9efb3f00156629bc150a65afc Mon Sep 17 00:00:00 2001 From: Tony Graham Date: Mon, 2 May 2022 21:17:13 +0100 Subject: [PATCH] Releasing ahformatter-vscode-css-en 7.2.4. --- .gitignore | 6 + .vscode/launch.json | 26 + .vscode/settings.json | 3 + .vscode/tasks.json | 20 + .vscodeignore | 6 + LICENSE | 21 + README.md | 34 + data/ahformatter.css-data.json | 8171 ++++++++++++++++++++++++++ images/ahformatter-vscode-css-en.png | Bin 0 -> 20242 bytes images/vs-code-en.png | Bin 0 -> 13351 bytes package-lock.json | 270 + package.json | 23 + test.css | 3 + 13 files changed, 8583 insertions(+) create mode 100644 .gitignore create mode 100644 .vscode/launch.json create mode 100644 .vscode/settings.json create mode 100644 .vscode/tasks.json create mode 100644 .vscodeignore create mode 100644 LICENSE create mode 100644 README.md create mode 100644 data/ahformatter.css-data.json create mode 100644 images/ahformatter-vscode-css-en.png create mode 100644 images/vs-code-en.png create mode 100644 package-lock.json create mode 100644 package.json create mode 100644 test.css diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..88fb464 --- /dev/null +++ b/.gitignore @@ -0,0 +1,6 @@ +dist +node_modules +releases +.vscode-test/ +*.vsix +*~ \ No newline at end of file diff --git a/.vscode/launch.json b/.vscode/launch.json new file mode 100644 index 0000000..530d014 --- /dev/null +++ b/.vscode/launch.json @@ -0,0 +1,26 @@ +{ + "version": "0.2.0", + "configurations": [{ + "name": "Run Extension", + "type": "extensionHost", + "request": "launch", + "runtimeExecutable": "${execPath}", + "args": [ + "--extensionDevelopmentPath=${workspaceFolder}" + ], + "outFiles": [ + "${workspaceFolder}/out/**/*.js" + ] + }, + { + "name": "Update Data", + "program": "${workspaceFolder}/dist/index.js", + "request": "launch", + "skipFiles": [ + "/**" + ], + "type": "pwa-node", + "preLaunchTask": "npm: compile" + } + ] +} diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..723fa77 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "css.customData": ["./data/ahformatter.css-data.json"], +} diff --git a/.vscode/tasks.json b/.vscode/tasks.json new file mode 100644 index 0000000..241aa6d --- /dev/null +++ b/.vscode/tasks.json @@ -0,0 +1,20 @@ +// See https://go.microsoft.com/fwlink/?LinkId=733558 +// for the documentation about the tasks.json format +{ + "version": "2.0.0", + "tasks": [ + { + "type": "npm", + "script": "watch", + "problemMatcher": "$tsc-watch", + "isBackground": true, + "presentation": { + "reveal": "never" + }, + "group": { + "kind": "build", + "isDefault": true + } + } + ] +} \ No newline at end of file diff --git a/.vscodeignore b/.vscodeignore new file mode 100644 index 0000000..e7b8aec --- /dev/null +++ b/.vscodeignore @@ -0,0 +1,6 @@ +test* +.vsix +*~ +#* + +.#* diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..6e9f31d --- /dev/null +++ b/LICENSE @@ -0,0 +1,21 @@ + MIT License + + Copyright (c) 2022 Antenna House, Inc. + + Permission is hereby granted, free of charge, to any person obtaining a copy + of this software and associated documentation files (the "Software"), to deal + in the Software without restriction, including without limitation the rights + to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + copies of the Software, and to permit persons to whom the Software is + furnished to do so, subject to the following conditions: + + The above copyright notice and this permission notice shall be included in all + copies or substantial portions of the Software. + + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + SOFTWARE diff --git a/README.md b/README.md new file mode 100644 index 0000000..3595a7f --- /dev/null +++ b/README.md @@ -0,0 +1,34 @@ +# AH Formatter CSS Extension Properties + +VS Code extension that provides auto-completion and hover information in CSS files for [AH Formatter](https://www.antennahouse.com/formatter-v7) extension [CSS properties](https://www.antenna.co.jp/AHF/help/en/ahf-focss6.html). + +The extension can be enabled globally or for individual workspaces. + +This extension uses [vscode-custom-data](https://github.com/microsoft/vscode-custom-data) format and the [`contributes.css.customData` Contribution Point](https://code.visualstudio.com/api/extension-guides/custom-data-extension). + +**ahformatter-vscode-css-en** version numbers correspond to the AH Formatter version current at the time of the release. + +## Install + +You can install the extension in the following ways: + + +- Download from [GitHub Release](https://github.com/AntennaHouse/ahformatter-vscode-css-en/releases) page + +## Demo + +![demo](images/vs-code-en.png) + +## Reference material + +The hover information can include four types of links to reference material: + +- **AH Formatter manual** - Link to property definition in the AH Formatter manual +- **XSL 1.1** - Link to the definition of an XSL 1.1 property. Only present for a mirror of an unextended XSL-FO property. +- **Introduction to CSS for Paged Media** - Link to property information in [Introduction to CSS for Paged Media](https://www.antennahouse.com/css) book +- ***Title* (FO)** - Link to PDF sample that shows the property in use. The PDF is formatted from XSL-FO source, but the property's usage is the same. + +## License + +[MIT](LICENSE) diff --git a/data/ahformatter.css-data.json b/data/ahformatter.css-data.json new file mode 100644 index 0000000..a584343 --- /dev/null +++ b/data/ahformatter.css-data.json @@ -0,0 +1,8171 @@ +{ + "properties": [ + { + "references": [ + { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.abbreviation-character-count" + }, + { + "name": "Controlling line breaking at abbreviations (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/line\/axf-abbreviation-character-count-1.pdf" + } + ], + "name": "-ah-abbreviation-character-count", + "description": { + "value": "Specifies the maximum number of characters considered an abbreviation.\n\nauto | <number>", + "kind": "markdown" + } + }, + { + "references": [ { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.action-type" + } ], + "name": "-ah-action-type", + "description": { + "value": "Specifies the action of External Link or Form Actions.\n\nauto | gotor | launch | uri", + "kind": "markdown" + } + }, + { + "references": [ + { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.additive-symbols" + }, + { + "name": "Introduction to CSS for Paged Media", + "url": "https:\/\/www.antennahouse.com\/hubfs\/uploads\/CSS\/CSS-Print-en-2019-02-15.pdf#nameddest=additive-symbols" + } + ], + "name": "additive-symbols", + "description": { "value": "☞ @counter-style\n\n[ <integer> && <symbol> ]#","kind": "markdown" } + }, + { + "references": [ + { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.additive-symbols" + }, + { + "name": "Introduction to CSS for Paged Media", + "url": "https:\/\/www.antennahouse.com\/hubfs\/uploads\/CSS\/CSS-Print-en-2019-02-15.pdf#nameddest=additive-symbols" + } + ], + "name": "-ah-additive-symbols", + "description": { "value": "☞ @counter-style\n\n[ <integer> && <symbol> ]#","kind": "markdown" } + }, + { + "references": [ + { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.adjust-last-line-spacing" + }, + { + "name": "Adjusting the space on the last line (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/line\/axf-adjust-last-line-spacing-1.pdf" + } + ], + "name": "-ah-adjust-last-line-spacing", + "description": { "value": "Adjusts the spacing on the last line.\n\nfalse | true","kind": "markdown" } + }, + { + "references": [ + { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.alignment-adjust" + }, + { + "name": "Introduction to CSS for Paged Media", + "url": "https:\/\/www.antennahouse.com\/hubfs\/uploads\/CSS\/CSS-Print-en-2019-02-15.pdf#nameddest=vertical-align" + } + ], + "name": "alignment-adjust", + "description": { + "value": "auto | baseline | before-edge | text-before-edge | middle | central | after-edge | text-after-edge | ideographic | alphabetic | hanging | mathematical | <percentage> | <length>", + "kind": "markdown" + } + }, + { + "references": [ + { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.alignment-adjust" + }, + { + "name": "Introduction to CSS for Paged Media", + "url": "https:\/\/www.antennahouse.com\/hubfs\/uploads\/CSS\/CSS-Print-en-2019-02-15.pdf#nameddest=vertical-align" + } + ], + "name": "-ah-alignment-adjust", + "description": { + "value": "auto | baseline | before-edge | text-before-edge | middle | central | after-edge | text-after-edge | ideographic | alphabetic | hanging | mathematical | <percentage> | <length>", + "kind": "markdown" + } + }, + { + "references": [ + { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.alignment-baseline" + }, + { + "name": "Introduction to CSS for Paged Media", + "url": "https:\/\/www.antennahouse.com\/hubfs\/uploads\/CSS\/CSS-Print-en-2019-02-15.pdf#nameddest=vertical-align" + } + ], + "name": "alignment-baseline", + "description": { + "value": "auto | baseline | before-edge | text-before-edge | middle | central | after-edge | text-after-edge | ideographic | alphabetic | hanging | mathematical", + "kind": "markdown" + } + }, + { + "references": [ + { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.alignment-baseline" + }, + { + "name": "Introduction to CSS for Paged Media", + "url": "https:\/\/www.antennahouse.com\/hubfs\/uploads\/CSS\/CSS-Print-en-2019-02-15.pdf#nameddest=vertical-align" + } + ], + "name": "-ah-alignment-baseline", + "description": { + "value": "auto | baseline | before-edge | text-before-edge | middle | central | after-edge | text-after-edge | ideographic | alphabetic | hanging | mathematical", + "kind": "markdown" + } + }, + { + "references": [ + { "name": "XSL 1.1","url": "https:\/\/www.w3.org\/TR\/xsl11\/#allowed-height-scale" }, + { + "name": "Graphic scaling in discrete steps (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/graphics\/allowed-height-width-scale-1.pdf" + } + ], + "name": "-ah-allowed-height-scale", + "description": { "value": "[ any | ]*","kind": "markdown" } + }, + { + "references": [ + { "name": "XSL 1.1","url": "https:\/\/www.w3.org\/TR\/xsl11\/#allowed-width-scale" }, + { + "name": "Graphic scaling in discrete steps (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/graphics\/allowed-height-width-scale-1.pdf" + } + ], + "name": "-ah-allowed-width-scale", + "description": { "value": "[ any | ]*","kind": "markdown" } + }, + { + "references": [ + { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.alttext" + }, + { + "name": "Introduction to CSS for Paged Media", + "url": "https:\/\/www.antennahouse.com\/hubfs\/uploads\/CSS\/CSS-Print-en-2019-02-15.pdf#nameddest=ah-alttext" + }, + { + "name": "Display the alternate text of an image (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/graphics\/axf-display-alttext-1.pdf" + } + ], + "name": "-ah-alttext", + "description": { + "value": "Specifies the alternate text of an image or link.\n\n<string>", + "kind": "markdown" + } + }, + { + "references": [ { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-analyzer.html#axf.analyze-end-blank-page" + } ], + "name": "-ah-analyze-end-blank-page", + "description": { + "value": "Specifies whether to perform end-blank-page analyzer checks on the current FO and its descendants.", + "kind": "markdown" + } + }, + { + "references": [ { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-analyzer.html#axf.analyze-hyphen" + } ], + "name": "-ah-analyze-hyphen", + "description": { + "value": "Specifies whether to perform hyphen analyzer checks on the current FO and its descendants.", + "kind": "markdown" + } + }, + { + "references": [ { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-analyzer.html#axf.analyze-line-end-repeat" + } ], + "name": "-ah-analyze-line-end-repeat", + "description": { + "value": "Specifies whether to perform line-end-repeat analyzer checks on the current FO and its descendants.", + "kind": "markdown" + } + }, + { + "references": [ { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-analyzer.html#axf.analyze-line-start-repeat" + } ], + "name": "-ah-analyze-line-start-repeat", + "description": { + "value": "Specifies whether to perform line-start-repeat analyzer checks on the current FO and its descendants.", + "kind": "markdown" + } + }, + { + "references": [ { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-analyzer.html#axf.analyze-lines-after" + } ], + "name": "-ah-analyze-lines-after", + "description": { + "value": "Specifies whether to analyze the number of lines after the last area generated by this FO.", + "kind": "markdown" + } + }, + { + "references": [ { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-analyzer.html#axf.analyze-lines-before" + } ], + "name": "-ah-analyze-lines-before", + "description": { + "value": "Specifies whether to analyze the number of lines before the first area generated by this FO.", + "kind": "markdown" + } + }, + { + "references": [ { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-analyzer.html#axf.analyze-page-widow" + } ], + "name": "-ah-analyze-page-widow", + "description": { + "value": "Specifies whether to perform page widow analyzer checks on the current FO and its descendants.", + "kind": "markdown" + } + }, + { + "references": [ { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-analyzer.html#axf.analyze-paragraph-widow" + } ], + "name": "-ah-analyze-paragraph-widow", + "description": { + "value": "Specifies whether to perform paragraph widow analyzer checks on the current FO and its descendants.", + "kind": "markdown" + } + }, + { + "references": [ { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-analyzer.html#axf.analyze-river" + } ], + "name": "-ah-analyze-river", + "description": { + "value": "Specifies whether to perform river analyzer checks on the current FO and its descendants.", + "kind": "markdown" + } + }, + { + "references": [ { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-analyzer.html#axf.analyze-unbalanced-spread" + } ], + "name": "-ah-analyze-unbalanced-spread", + "description": { + "value": "Specifies whether to perform unbalanced-spread analyzer checks on the current FO and its descendants.", + "kind": "markdown" + } + }, + { + "references": [ { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-analyzer.html#axf.analyze-white-space" + } ], + "name": "-ah-analyze-white-space", + "description": { + "value": "Specifies whether to perform white-space analyzer checks on the current FO and its descendants.", + "kind": "markdown" + } + }, + { + "references": [ + { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.annotation-author" + }, + { + "name": "Annotations in PDF document (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/pdf\/axf-annotation-1.pdf" + } + ], + "name": "-ah-annotation-author", + "description": { "value": "Specifies the author of the annotation.\n\n<string>","kind": "markdown" } + }, + { + "references": [ + { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.annotation-border-color" + }, + { + "name": "Annotations in PDF document (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/pdf\/axf-annotation-1.pdf" + } + ], + "name": "-ah-annotation-border-color", + "description": { + "value": "Specifies the border color of the free text annotation.\n\n<color>", + "kind": "markdown" + } + }, + { + "references": [ + { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.annotation-border-style" + }, + { + "name": "Annotations in PDF document (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/pdf\/axf-annotation-1.pdf" + } + ], + "name": "-ah-annotation-border-style", + "description": { + "value": "Specifies the border style of the free text annotation.\n\n<border-style>", + "kind": "markdown" + } + }, + { + "references": [ + { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.annotation-border-width" + }, + { + "name": "Annotations in PDF document (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/pdf\/axf-annotation-1.pdf" + } + ], + "name": "-ah-annotation-border-width", + "description": { + "value": "Specifies the border width of the free text annotation.\n\n<border-width>", + "kind": "markdown" + } + }, + { + "references": [ + { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.annotation-color" + }, + { + "name": "Annotations in PDF document (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/pdf\/axf-annotation-1.pdf" + } + ], + "name": "-ah-annotation-color", + "description": { + "value": "Specifies the color used for the background of the annotation.\n\n<color> | none", + "kind": "markdown" + } + }, + { + "references": [ + { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.annotation-contents" + }, + { + "name": "Annotations in PDF document (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/pdf\/axf-annotation-1.pdf" + } + ], + "name": "-ah-annotation-contents", + "description": { "value": "Specifies the content of the annotation.\n\n<string>","kind": "markdown" } + }, + { + "references": [ + { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.annotation-createdate" + }, + { + "name": "Annotations in PDF document (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/pdf\/axf-annotation-1.pdf" + }, + { + "name": "Specifying the annotation creation and modification date. (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/pdf\/axf-annotation-create-modifydate-1.pdf" + } + ], + "name": "-ah-annotation-createdate", + "description": { "value": "Specifies the annotation creation date.\n\n<string>","kind": "markdown" } + }, + { + "references": [ + { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.annotation-file-attachment" + }, + { + "name": "Annotations in PDF document (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/pdf\/axf-annotation-1.pdf" + } + ], + "name": "-ah-annotation-file-attachment", + "description": { + "value": "Specifies the file with which file attachment annotation is related.\n\n<uri-specification>", + "kind": "markdown" + } + }, + { + "references": [ + { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.annotation-flags" + }, + { + "name": "Annotations in PDF document (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/pdf\/axf-annotation-1.pdf" + } + ], + "name": "-ah-annotation-flags", + "description": { "value": "Specifies the flag of the annotation.\n\n<string>","kind": "markdown" } + }, + { + "references": [ + { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.annotation-font-family" + }, + { + "name": "Annotations in PDF document (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/pdf\/axf-annotation-1.pdf" + } + ], + "name": "-ah-annotation-font-family", + "description": { + "value": "Specifies the font family of the free text annotation.\n\n<string>", + "kind": "markdown" + } + }, + { + "references": [ + { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.annotation-font-size" + }, + { + "name": "Annotations in PDF document (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/pdf\/axf-annotation-1.pdf" + } + ], + "name": "-ah-annotation-font-size", + "description": { + "value": "Specifies the font size of the free text annotation.\n\n<absolute-size> | <relative-size> | <length> | <percentage>", + "kind": "markdown" + } + }, + { + "references": [ + { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.annotation-font-style" + }, + { + "name": "Annotations in PDF document (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/pdf\/axf-annotation-1.pdf" + } + ], + "name": "-ah-annotation-font-style", + "description": { + "value": "Specifies whether to make the font of the free text annotation italic.\n\nnormal | italic", + "kind": "markdown" + } + }, + { + "references": [ + { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.annotation-font-weight" + }, + { + "name": "Annotations in PDF document (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/pdf\/axf-annotation-1.pdf" + } + ], + "name": "-ah-annotation-font-weight", + "description": { + "value": "Specifies the font weight of the free text annotation.\n\nnormal | bold", + "kind": "markdown" + } + }, + { + "references": [ + { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.annotation-height" + }, + { + "name": "Annotations in PDF document (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/pdf\/axf-annotation-1.pdf" + } + ], + "name": "-ah-annotation-height", + "description": { + "value": "Specifies the height of the annotation.\n\n<length> | auto", + "kind": "markdown" + } + }, + { + "references": [ + { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.annotation-icon-name" + }, + { + "name": "Annotations in PDF document (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/pdf\/axf-annotation-1.pdf" + } + ], + "name": "-ah-annotation-icon-name", + "description": { + "value": "Specifies the name of the icon used for displaying the annotation.\n\n<string>", + "kind": "markdown" + } + }, + { + "references": [ + { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.annotation-modifydate" + }, + { + "name": "Annotations in PDF document (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/pdf\/axf-annotation-1.pdf" + }, + { + "name": "Specifying the annotation creation and modification date. (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/pdf\/axf-annotation-create-modifydate-1.pdf" + } + ], + "name": "-ah-annotation-modifydate", + "description": { + "value": "Specifies the annotation modification date.\n\n<string>", + "kind": "markdown" + } + }, + { + "references": [ + { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.annotation-open" + }, + { + "name": "Annotations in PDF document (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/pdf\/axf-annotation-1.pdf" + } + ], + "name": "-ah-annotation-open", + "description": { + "value": "Specifies the initial state of the annotation.\n\ntrue | false", + "kind": "markdown" + } + }, + { + "references": [ + { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.annotation-position-horizontal" + }, + { + "name": "Annotations in PDF document (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/pdf\/axf-annotation-1.pdf" + } + ], + "name": "-ah-annotation-position-horizontal", + "description": { + "value": "Specifies the horizontal position of the annotation.\n\n<length>", + "kind": "markdown" + } + }, + { + "references": [ + { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.annotation-position-vertical" + }, + { + "name": "Annotations in PDF document (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/pdf\/axf-annotation-1.pdf" + } + ], + "name": "-ah-annotation-position-vertical", + "description": { + "value": "Specifies the vertical position of the annotation.\n\n<length>", + "kind": "markdown" + } + }, + { + "references": [ + { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.annotation-text-align" + }, + { + "name": "Annotations in PDF document (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/pdf\/axf-annotation-1.pdf" + } + ], + "name": "-ah-annotation-text-align", + "description": { + "value": "Specifies the alignment of the free text annotation.\n\nleft | center | right", + "kind": "markdown" + } + }, + { + "references": [ + { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.annotation-text-color" + }, + { + "name": "Annotations in PDF document (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/pdf\/axf-annotation-1.pdf" + } + ], + "name": "-ah-annotation-text-color", + "description": { + "value": "Specifies the color of the free text annotation.\n\n<color>", + "kind": "markdown" + } + }, + { + "references": [ + { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.annotation-title" + }, + { + "name": "Annotations in PDF document (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/pdf\/axf-annotation-1.pdf" + } + ], + "name": "-ah-annotation-title", + "description": { "value": "Specifies the title of the annotation.\n\n<string>","kind": "markdown" } + }, + { + "references": [ + { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.annotation-type" + }, + { + "name": "Annotations in PDF document (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/pdf\/axf-annotation-1.pdf" + } + ], + "name": "-ah-annotation-type", + "description": { "value": "Specifies the type of the annotation.\n\n<string>","kind": "markdown" } + }, + { + "references": [ + { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.annotation-width" + }, + { + "name": "Annotations in PDF document (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/pdf\/axf-annotation-1.pdf" + } + ], + "name": "-ah-annotation-width", + "description": { + "value": "Specifies the width of the annotation.\n\n<length> | auto", + "kind": "markdown" + } + }, + { + "references": [ { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.append-non-end-of-line-characters" + } ], + "name": "-ah-append-non-end-of-line-characters", + "description": { "value": "Specifies the .\n\n<string>","kind": "markdown" } + }, + { + "references": [ { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.append-non-starter-characters" + } ], + "name": "-ah-append-non-starter-characters", + "description": { "value": "Specifies the .\n\n<string>","kind": "markdown" } + }, + { + "references": [ { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.assumed-page-number" + } ], + "name": "-ah-assumed-page-number", + "description": { "value": "Specifies the assumed page number.\n\n<number>","kind": "markdown" } + }, + { + "references": [ { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.auto-letter-spacing" + } ], + "name": "-ah-auto-letter-spacing", + "description": { + "value": "Changes depending on the number of characters.\n\n[ none | <length> | <percentage> ]*", + "kind": "markdown" + } + }, + { + "references": [ + { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.avoid-widow-words" + }, + { + "name": "Uncounting the last punctuation mark in one character at the end of the line (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/line\/axf-avoid-widow-words-cjk-punctuation-1.pdf" + }, + { + "name": "Widow Adjustment of Paragraphs (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/line\/axf-avoid-widow-words-1.pdf" + } + ], + "name": "-ah-avoid-widow-words", + "description": { + "value": "Specifies spacing behavior between words or characters so that the last line of the paragraph does not have only one word left (one character for CJK).\n\nfalse | true | [<length> || <percentage>]", + "kind": "markdown" + } + }, + { + "references": [ + { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.avoid-widow-words-cjk-punctuation" + }, + { + "name": "Uncounting the last punctuation mark in one character at the end of the line (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/line\/axf-avoid-widow-words-cjk-punctuation-1.pdf" + } + ], + "name": "-ah-avoid-widow-words-cjk-punctuation", + "description": { + "value": "Specifies whether to include the last punctuation mark and count them in one character when axf:avoid-widow-word=\"true\" is specified in CJK.\n\nauto | true | false | <string>", + "kind": "markdown" + } + }, + { + "references": [ + { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.background" + }, + { + "name": "Introduction to CSS for Paged Media", + "url": "https:\/\/www.antennahouse.com\/hubfs\/uploads\/CSS\/CSS-Print-en-2019-02-15.pdf#nameddest=BackgroundShorthand" + } + ], + "name": "background", + "description": { "value": "[ <bg-layer>, ]* <final-bg-layer>","kind": "markdown" } + }, + { + "references": [ + { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.background" + }, + { + "name": "Introduction to CSS for Paged Media", + "url": "https:\/\/www.antennahouse.com\/hubfs\/uploads\/CSS\/CSS-Print-en-2019-02-15.pdf#nameddest=BackgroundShorthand" + } + ], + "name": "-ah-background", + "description": { "value": "[ <bg-layer>, ]* <final-bg-layer>","kind": "markdown" } + }, + { + "references": [ + { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.background-attachment" + }, + { + "name": "Introduction to CSS for Paged Media", + "url": "https:\/\/www.antennahouse.com\/hubfs\/uploads\/CSS\/CSS-Print-en-2019-02-15.pdf#nameddest=BackgroundAttachment" + } + ], + "name": "background-attachment", + "description": { "value": "[ scroll | fixed | local ]#","kind": "markdown" } + }, + { + "references": [ + { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.background-attachment" + }, + { + "name": "Introduction to CSS for Paged Media", + "url": "https:\/\/www.antennahouse.com\/hubfs\/uploads\/CSS\/CSS-Print-en-2019-02-15.pdf#nameddest=BackgroundAttachment" + } + ], + "name": "-ah-background-attachment", + "description": { "value": "[ scroll | fixed | local ]#","kind": "markdown" } + }, + { + "references": [ + { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.background-clip" + }, + { + "name": "Introduction to CSS for Paged Media", + "url": "https:\/\/www.antennahouse.com\/hubfs\/uploads\/CSS\/CSS-Print-en-2019-02-15.pdf#nameddest=BackgroundClip" + }, + { + "name": "Background clip (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/structure\/axf-background-clip-1.pdf" + } + ], + "name": "background-clip", + "description": { "value": "[ border-box | padding-box | content-box ]#","kind": "markdown" } + }, + { + "references": [ + { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.background-clip" + }, + { + "name": "Introduction to CSS for Paged Media", + "url": "https:\/\/www.antennahouse.com\/hubfs\/uploads\/CSS\/CSS-Print-en-2019-02-15.pdf#nameddest=BackgroundClip" + }, + { + "name": "Background clip (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/structure\/axf-background-clip-1.pdf" + } + ], + "name": "-ah-background-clip", + "description": { "value": "[ border-box | padding-box | content-box ]#","kind": "markdown" } + }, + { + "references": [ { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.background-content-type" + } ], + "name": "-ah-background-content-type", + "description": { + "value": "Specifies the content type of a background image.\n\n[ <string> | auto ]#", + "kind": "markdown" + } + }, + { + "references": [ + { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.background-image" + }, + { + "name": "Introduction to CSS for Paged Media", + "url": "https:\/\/www.antennahouse.com\/hubfs\/uploads\/CSS\/CSS-Print-en-2019-02-15.pdf#nameddest=BackgroundImage" + }, + { + "name": "Background clip (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/structure\/axf-background-clip-1.pdf" + }, + { + "name": "Background image origin (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/structure\/axf-background-origin-1.pdf" + }, + { + "name": "Background image size (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/structure\/axf-background-size-1.pdf" + }, + { + "name": "Example of watermark using SVG (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/graphics\/background-image-svg-1.pdf" + }, + { + "name": "Gradient (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/graphics\/background-image-gradient-1.pdf" + }, + { + "name": "Multiple background images (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/structure\/background-image-2.pdf" + }, + { + "name": "PDF Embedding (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/pdf\/pdf-embedding-1.pdf" + }, + { + "name": "Positioning Background Image (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/structure\/background-position-1.pdf" + }, + { + "name": "Printing by merging embedded PDF (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/pdf\/pdf-embedding-3.pdf" + }, + { + "name": "Repetitions of a background image (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/structure\/background-repeat-1.pdf" + }, + { + "name": "Setting an image as the page background (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/structure\/background-image-1.pdf" + } + ], + "name": "background-image", + "description": { "value": "[ <uri-specification> | none ]#","kind": "markdown" } + }, + { + "references": [ + { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.background-image" + }, + { + "name": "Introduction to CSS for Paged Media", + "url": "https:\/\/www.antennahouse.com\/hubfs\/uploads\/CSS\/CSS-Print-en-2019-02-15.pdf#nameddest=BackgroundImage" + }, + { + "name": "Background clip (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/structure\/axf-background-clip-1.pdf" + }, + { + "name": "Background image origin (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/structure\/axf-background-origin-1.pdf" + }, + { + "name": "Background image size (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/structure\/axf-background-size-1.pdf" + }, + { + "name": "Example of watermark using SVG (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/graphics\/background-image-svg-1.pdf" + }, + { + "name": "Gradient (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/graphics\/background-image-gradient-1.pdf" + }, + { + "name": "Multiple background images (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/structure\/background-image-2.pdf" + }, + { + "name": "PDF Embedding (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/pdf\/pdf-embedding-1.pdf" + }, + { + "name": "Positioning Background Image (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/structure\/background-position-1.pdf" + }, + { + "name": "Printing by merging embedded PDF (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/pdf\/pdf-embedding-3.pdf" + }, + { + "name": "Repetitions of a background image (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/structure\/background-repeat-1.pdf" + }, + { + "name": "Setting an image as the page background (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/structure\/background-image-1.pdf" + } + ], + "name": "-ah-background-image", + "description": { "value": "[ <uri-specification> | none ]#","kind": "markdown" } + }, + { + "references": [ + { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.background-image-resolution" + }, + { + "name": "Introduction to CSS for Paged Media", + "url": "https:\/\/www.antennahouse.com\/hubfs\/uploads\/CSS\/CSS-Print-en-2019-02-15.pdf#nameddest=BackgroundImageResolution" + } + ], + "name": "-ah-background-image-resolution", + "description": { + "value": "Specifies the resolution of a background image.\n\n[ normal | [ from-image || <dpi> ] ]#", + "kind": "markdown" + } + }, + { + "references": [ + { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.background-origin" + }, + { + "name": "Introduction to CSS for Paged Media", + "url": "https:\/\/www.antennahouse.com\/hubfs\/uploads\/CSS\/CSS-Print-en-2019-02-15.pdf#nameddest=BackgroundOrigin" + }, + { + "name": "Background clip (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/structure\/axf-background-clip-1.pdf" + }, + { + "name": "Background image origin (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/structure\/axf-background-origin-1.pdf" + }, + { + "name": "Multiple background images (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/structure\/background-image-2.pdf" + } + ], + "name": "background-origin", + "description": { "value": "[ border-box | padding-box | content-box ]#","kind": "markdown" } + }, + { + "references": [ + { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.background-origin" + }, + { + "name": "Introduction to CSS for Paged Media", + "url": "https:\/\/www.antennahouse.com\/hubfs\/uploads\/CSS\/CSS-Print-en-2019-02-15.pdf#nameddest=BackgroundOrigin" + }, + { + "name": "Background clip (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/structure\/axf-background-clip-1.pdf" + }, + { + "name": "Background image origin (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/structure\/axf-background-origin-1.pdf" + }, + { + "name": "Multiple background images (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/structure\/background-image-2.pdf" + } + ], + "name": "-ah-background-origin", + "description": { "value": "[ border-box | padding-box | content-box ]#","kind": "markdown" } + }, + { + "references": [ + { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.background-position" + }, + { + "name": "Introduction to CSS for Paged Media", + "url": "https:\/\/www.antennahouse.com\/hubfs\/uploads\/CSS\/CSS-Print-en-2019-02-15.pdf#nameddest=BackgroundPosition" + }, + { + "name": "Background image origin (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/structure\/axf-background-origin-1.pdf" + }, + { + "name": "Multiple background images (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/structure\/background-image-2.pdf" + }, + { + "name": "Positioning Background Image (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/structure\/background-position-1.pdf" + } + ], + "name": "background-position", + "description": { "value": "<bg-position>#","kind": "markdown" } + }, + { + "references": [ + { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.background-position" + }, + { + "name": "Introduction to CSS for Paged Media", + "url": "https:\/\/www.antennahouse.com\/hubfs\/uploads\/CSS\/CSS-Print-en-2019-02-15.pdf#nameddest=BackgroundPosition" + }, + { + "name": "Background image origin (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/structure\/axf-background-origin-1.pdf" + }, + { + "name": "Multiple background images (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/structure\/background-image-2.pdf" + }, + { + "name": "Positioning Background Image (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/structure\/background-position-1.pdf" + } + ], + "name": "-ah-background-position", + "description": { "value": "<bg-position>#","kind": "markdown" } + }, + { + "references": [ + { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.background-repeat" + }, + { + "name": "Introduction to CSS for Paged Media", + "url": "https:\/\/www.antennahouse.com\/hubfs\/uploads\/CSS\/CSS-Print-en-2019-02-15.pdf#nameddest=BackgroundRepeat" + }, + { + "name": "Background clip (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/structure\/axf-background-clip-1.pdf" + }, + { + "name": "Background image origin (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/structure\/axf-background-origin-1.pdf" + }, + { + "name": "Multiple background images (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/structure\/background-image-2.pdf" + }, + { + "name": "Repetitions of a background image (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/structure\/background-repeat-1.pdf" + } + ], + "name": "background-repeat", + "description": { + "value": "[ repeat-x | repeat-y | paginate | [repeat | space | round | no-repeat]{1,2} ]#", + "kind": "markdown" + } + }, + { + "references": [ + { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.background-repeat" + }, + { + "name": "Introduction to CSS for Paged Media", + "url": "https:\/\/www.antennahouse.com\/hubfs\/uploads\/CSS\/CSS-Print-en-2019-02-15.pdf#nameddest=BackgroundRepeat" + }, + { + "name": "Background clip (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/structure\/axf-background-clip-1.pdf" + }, + { + "name": "Background image origin (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/structure\/axf-background-origin-1.pdf" + }, + { + "name": "Multiple background images (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/structure\/background-image-2.pdf" + }, + { + "name": "Repetitions of a background image (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/structure\/background-repeat-1.pdf" + } + ], + "name": "-ah-background-repeat", + "description": { + "value": "[ repeat-x | repeat-y | paginate | [repeat | space | round | no-repeat]{1,2} ]#", + "kind": "markdown" + } + }, + { + "references": [ + { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.background-size" + }, + { + "name": "Introduction to CSS for Paged Media", + "url": "https:\/\/www.antennahouse.com\/hubfs\/uploads\/CSS\/CSS-Print-en-2019-02-15.pdf#nameddest=BackgroundSize" + }, + { + "name": "Background image size (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/structure\/axf-background-size-1.pdf" + } + ], + "name": "background-size", + "description": { + "value": "[ [ <length> | <percentage> | auto ]{1,2} | cover | contain ]#", + "kind": "markdown" + } + }, + { + "references": [ + { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.background-size" + }, + { + "name": "Introduction to CSS for Paged Media", + "url": "https:\/\/www.antennahouse.com\/hubfs\/uploads\/CSS\/CSS-Print-en-2019-02-15.pdf#nameddest=BackgroundSize" + }, + { + "name": "Background image size (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/structure\/axf-background-size-1.pdf" + } + ], + "name": "-ah-background-size", + "description": { + "value": "[ [ <length> | <percentage> | auto ]{1,2} | cover | contain ]#", + "kind": "markdown" + } + }, + { + "references": [ { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.balanced-text-align" + } ], + "name": "-ah-balanced-text-align", + "description": { + "value": "Specifies whether to balance the entire block including the last line.\n\ntrue | false | auto", + "kind": "markdown" + } + }, + { + "references": [ { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.base-uri" + } ], + "name": "-ah-base-uri", + "description": { + "value": "Specifies the location which becomes the base of relative URI.\n\n<uri-specification>", + "kind": "markdown" + } + }, + { + "references": [ + { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.baseline-block-snap" + }, + { + "name": "Introduction to CSS for Paged Media", + "url": "https:\/\/www.antennahouse.com\/hubfs\/uploads\/CSS\/CSS-Print-en-2019-02-15.pdf#nameddest=baseline-block-snap" + }, + { + "name": "Align title to top of text block (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/line\/line-height-3.pdf" + }, + { + "name": "Line grid (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/block\/axf-baseline-grid-1.pdf" + } + ], + "name": "-ah-baseline-block-snap", + "description": { + "value": "Specifies how to align blocks on the baseline grid.\n\nnone | [auto | before | after | center] || [border-box | margin-box]", + "kind": "markdown" + } + }, + { + "references": [ + { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.baseline-grid" + }, + { + "name": "Introduction to CSS for Paged Media", + "url": "https:\/\/www.antennahouse.com\/hubfs\/uploads\/CSS\/CSS-Print-en-2019-02-15.pdf#nameddest=baseline-grid" + }, + { + "name": "Align title to top of text block (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/line\/line-height-3.pdf" + }, + { + "name": "Line grid (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/block\/axf-baseline-grid-1.pdf" + } + ], + "name": "-ah-baseline-grid", + "description": { + "value": "Sets or clears the baseline grid.\n\nnormal | none | root | new", + "kind": "markdown" + } + }, + { + "references": [ + { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.baseline-shift" + }, + { + "name": "Introduction to CSS for Paged Media", + "url": "https:\/\/www.antennahouse.com\/hubfs\/uploads\/CSS\/CSS-Print-en-2019-02-15.pdf#nameddest=vertical-align" + }, + { + "name": "Character style (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/character\/char-attr-1.pdf" + } + ], + "name": "baseline-shift", + "description": { "value": "baseline | sub | super | <percentage> | <length>","kind": "markdown" } + }, + { + "references": [ + { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.baseline-shift" + }, + { + "name": "Introduction to CSS for Paged Media", + "url": "https:\/\/www.antennahouse.com\/hubfs\/uploads\/CSS\/CSS-Print-en-2019-02-15.pdf#nameddest=vertical-align" + }, + { + "name": "Character style (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/character\/char-attr-1.pdf" + } + ], + "name": "-ah-baseline-shift", + "description": { "value": "baseline | sub | super | <percentage> | <length>","kind": "markdown" } + }, + { + "references": [ + { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.bleed" + }, + { + "name": "Introduction to CSS for Paged Media", + "url": "https:\/\/www.antennahouse.com\/hubfs\/uploads\/CSS\/CSS-Print-en-2019-02-15.pdf#nameddest=PageBleed" + }, + { + "name": "Printer Marks (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/pdf\/axf-printer-marks-1.pdf" + } + ], + "name": "bleed", + "description": { + "value": "Specifies the width of the area for cutting off.\n\n<length>", + "kind": "markdown" + } + }, + { + "references": [ + { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.bleed" + }, + { + "name": "Introduction to CSS for Paged Media", + "url": "https:\/\/www.antennahouse.com\/hubfs\/uploads\/CSS\/CSS-Print-en-2019-02-15.pdf#nameddest=PageBleed" + }, + { + "name": "Printer Marks (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/pdf\/axf-printer-marks-1.pdf" + } + ], + "name": "-ah-bleed", + "description": { + "value": "Specifies the width of the area for cutting off.\n\n<length>", + "kind": "markdown" + } + }, + { + "references": [ + { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.bleed" + }, + { + "name": "Introduction to CSS for Paged Media", + "url": "https:\/\/www.antennahouse.com\/hubfs\/uploads\/CSS\/CSS-Print-en-2019-02-15.pdf#nameddest=bleed-bottom" + } + ], + "name": "-ah-bleed-bottom", + "description": { + "value": "Specifies the width of the bleed area on the bottom for cutting off.\n\n<length>", + "kind": "markdown" + } + }, + { + "references": [ + { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.bleed" + }, + { + "name": "Introduction to CSS for Paged Media", + "url": "https:\/\/www.antennahouse.com\/hubfs\/uploads\/CSS\/CSS-Print-en-2019-02-15.pdf#nameddest=bleed-left" + } + ], + "name": "-ah-bleed-left", + "description": { + "value": "Specifies the width of the bleed area on the left for cutting off.\n\n<length>", + "kind": "markdown" + } + }, + { + "references": [ + { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.bleed" + }, + { + "name": "Introduction to CSS for Paged Media", + "url": "https:\/\/www.antennahouse.com\/hubfs\/uploads\/CSS\/CSS-Print-en-2019-02-15.pdf#nameddest=bleed-right" + } + ], + "name": "-ah-bleed-right", + "description": { + "value": "Specifies the width of the bleed area on the right for cutting off.\n\n<length>", + "kind": "markdown" + } + }, + { + "references": [ + { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.bleed" + }, + { + "name": "Introduction to CSS for Paged Media", + "url": "https:\/\/www.antennahouse.com\/hubfs\/uploads\/CSS\/CSS-Print-en-2019-02-15.pdf#nameddest=bleed-top" + } + ], + "name": "-ah-bleed-top", + "description": { + "value": "Specifies the width of the bleed area on the top for cutting off.\n\n<length>", + "kind": "markdown" + } + }, + { + "references": [ + { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.logical-height" + }, + { + "name": "Position and size of a block container (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/block\/block-container-2.pdf" + } + ], + "name": "-ah-logical-height", + "description": { + "value": "Specifies the block progression dimension.\n\n<length> | <percentage> | auto", + "kind": "markdown" + } + }, + { + "references": [ + { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.bookmark-label" + }, + { + "name": "Introduction to CSS for Paged Media", + "url": "https:\/\/www.antennahouse.com\/hubfs\/uploads\/CSS\/CSS-Print-en-2019-02-15.pdf#nameddest=BookmarkLabel" + } + ], + "name": "bookmark-label", + "description": { "value": "content | <attr> | <string>","kind": "markdown" } + }, + { + "references": [ + { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.bookmark-label" + }, + { + "name": "Introduction to CSS for Paged Media", + "url": "https:\/\/www.antennahouse.com\/hubfs\/uploads\/CSS\/CSS-Print-en-2019-02-15.pdf#nameddest=BookmarkLabel" + } + ], + "name": "-ah-bookmark-label", + "description": { "value": "content | <attr> | <string>","kind": "markdown" } + }, + { + "references": [ + { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.bookmark-level" + }, + { + "name": "Introduction to CSS for Paged Media", + "url": "https:\/\/www.antennahouse.com\/hubfs\/uploads\/CSS\/CSS-Print-en-2019-02-15.pdf#nameddest=BookmarkLevel" + } + ], + "name": "bookmark-level", + "description": { "value": "none | <integer>","kind": "markdown" } + }, + { + "references": [ + { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.bookmark-level" + }, + { + "name": "Introduction to CSS for Paged Media", + "url": "https:\/\/www.antennahouse.com\/hubfs\/uploads\/CSS\/CSS-Print-en-2019-02-15.pdf#nameddest=BookmarkLevel" + } + ], + "name": "-ah-bookmark-level", + "description": { "value": "none | <integer>","kind": "markdown" } + }, + { + "references": [ + { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.bookmark-state" + }, + { + "name": "Introduction to CSS for Paged Media", + "url": "https:\/\/www.antennahouse.com\/hubfs\/uploads\/CSS\/CSS-Print-en-2019-02-15.pdf#nameddest=BookmarkState" + } + ], + "name": "bookmark-state", + "description": { "value": "open | closed","kind": "markdown" } + }, + { + "references": [ + { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.bookmark-state" + }, + { + "name": "Introduction to CSS for Paged Media", + "url": "https:\/\/www.antennahouse.com\/hubfs\/uploads\/CSS\/CSS-Print-en-2019-02-15.pdf#nameddest=BookmarkState" + } + ], + "name": "-ah-bookmark-state", + "description": { "value": "open | closed","kind": "markdown" } + }, + { + "references": [ + { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.border-after" + }, + { + "name": "Creating optional spaces around text inside a block (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/block\/indent-border-padding-1.pdf" + }, + { + "name": "Padding and border in a table (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/table\/table-border-padding-1.pdf" + }, + { + "name": "Specify the border to the region (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/structure\/axf-region-1.pdf" + } + ], + "name": "-ah-border-after", + "description": { + "value": "Specifies the border of the after side.\n\n<border-width> || <border-style> || <color>", + "kind": "markdown" + } + }, + { + "references": [ + { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.border-after-color" + }, + { + "name": "Creating optional spaces around text inside a block (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/block\/indent-border-padding-1.pdf" + }, + { + "name": "Padding and border in a table (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/table\/table-border-padding-1.pdf" + }, + { + "name": "Specify the border to the region (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/structure\/axf-region-1.pdf" + } + ], + "name": "-ah-border-after-color", + "description": { + "value": "Specifies the border color of the after side.\n\n<color>", + "kind": "markdown" + } + }, + { + "references": [ + { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.border-after-style" + }, + { + "name": "Creating optional spaces around text inside a block (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/block\/indent-border-padding-1.pdf" + }, + { + "name": "Padding and border in a table (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/table\/table-border-padding-1.pdf" + }, + { + "name": "Specify the border to the region (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/structure\/axf-region-1.pdf" + } + ], + "name": "-ah-border-after-style", + "description": { + "value": "Specifies the border style of the after side.\n\n<border-style>", + "kind": "markdown" + } + }, + { + "references": [ + { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.border-after-width" + }, + { + "name": "Creating optional spaces around text inside a block (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/block\/indent-border-padding-1.pdf" + }, + { + "name": "Padding and border in a table (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/table\/table-border-padding-1.pdf" + }, + { + "name": "Specify the border to the region (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/structure\/axf-region-1.pdf" + } + ], + "name": "-ah-border-after-width", + "description": { + "value": "Specifies the border width of the after side.\n\n<border-width>", + "kind": "markdown" + } + }, + { + "references": [ + { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.border-before" + }, + { + "name": "Creating optional spaces around text inside a block (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/block\/indent-border-padding-1.pdf" + }, + { + "name": "Padding and border in a table (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/table\/table-border-padding-1.pdf" + }, + { + "name": "Specify the border to the region (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/structure\/axf-region-1.pdf" + } + ], + "name": "-ah-border-before", + "description": { + "value": "Specifies the border of the before side.\n\n<border-width> || <border-style> || <color>", + "kind": "markdown" + } + }, + { + "references": [ + { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.border-before-color" + }, + { + "name": "Creating optional spaces around text inside a block (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/block\/indent-border-padding-1.pdf" + }, + { + "name": "Padding and border in a table (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/table\/table-border-padding-1.pdf" + }, + { + "name": "Specify the border to the region (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/structure\/axf-region-1.pdf" + } + ], + "name": "-ah-border-before-color", + "description": { + "value": "Specifies the border color of the before side.\n\n<color>", + "kind": "markdown" + } + }, + { + "references": [ + { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.border-before-style" + }, + { + "name": "Creating optional spaces around text inside a block (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/block\/indent-border-padding-1.pdf" + }, + { + "name": "Padding and border in a table (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/table\/table-border-padding-1.pdf" + }, + { + "name": "Specify the border to the region (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/structure\/axf-region-1.pdf" + } + ], + "name": "-ah-border-before-style", + "description": { + "value": "Specifies the border style of the before side.\n\n<border-style>", + "kind": "markdown" + } + }, + { + "references": [ + { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.border-before-width" + }, + { + "name": "Creating optional spaces around text inside a block (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/block\/indent-border-padding-1.pdf" + }, + { + "name": "Padding and border in a table (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/table\/table-border-padding-1.pdf" + }, + { + "name": "Specify the border to the region (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/structure\/axf-region-1.pdf" + } + ], + "name": "-ah-border-before-width", + "description": { + "value": "Specifies the border width of the before side.\n\n<border-width>", + "kind": "markdown" + } + }, + { + "references": [ + { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.border-radius" + }, + { + "name": "Introduction to CSS for Paged Media", + "url": "https:\/\/www.antennahouse.com\/hubfs\/uploads\/CSS\/CSS-Print-en-2019-02-15.pdf#nameddest=BorderBottomLeftRadius" + }, + { + "name": "Creating optional spaces around text inside a block (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/block\/indent-border-padding-1.pdf" + }, + { + "name": "Padding and border in a table (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/table\/table-border-padding-1.pdf" + }, + { + "name": "Specify the border to the region (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/structure\/axf-region-1.pdf" + } + ], + "name": "border-bottom-left-radius", + "description": { + "value": "Specifies the radius of the bottom left rounded corners.\n\n[<length> | <percentage>] [<length> | <percentage>]?", + "kind": "markdown" + } + }, + { + "references": [ + { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.border-radius" + }, + { + "name": "Introduction to CSS for Paged Media", + "url": "https:\/\/www.antennahouse.com\/hubfs\/uploads\/CSS\/CSS-Print-en-2019-02-15.pdf#nameddest=BorderBottomLeftRadius" + }, + { + "name": "Creating optional spaces around text inside a block (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/block\/indent-border-padding-1.pdf" + }, + { + "name": "Padding and border in a table (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/table\/table-border-padding-1.pdf" + }, + { + "name": "Specify the border to the region (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/structure\/axf-region-1.pdf" + } + ], + "name": "-ah-border-bottom-left-radius", + "description": { + "value": "Specifies the radius of the bottom left rounded corners.\n\n[<length> | <percentage>] [<length> | <percentage>]?", + "kind": "markdown" + } + }, + { + "references": [ + { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.border-radius" + }, + { + "name": "Introduction to CSS for Paged Media", + "url": "https:\/\/www.antennahouse.com\/hubfs\/uploads\/CSS\/CSS-Print-en-2019-02-15.pdf#nameddest=BorderBottomRightRadius" + }, + { + "name": "Creating optional spaces around text inside a block (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/block\/indent-border-padding-1.pdf" + }, + { + "name": "Padding and border in a table (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/table\/table-border-padding-1.pdf" + }, + { + "name": "Specify the border to the region (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/structure\/axf-region-1.pdf" + } + ], + "name": "border-bottom-right-radius", + "description": { + "value": "Specifies the radius of the bottom right rounded corners.\n\n[<length> | <percentage>] [<length> | <percentage>]?", + "kind": "markdown" + } + }, + { + "references": [ + { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.border-radius" + }, + { + "name": "Introduction to CSS for Paged Media", + "url": "https:\/\/www.antennahouse.com\/hubfs\/uploads\/CSS\/CSS-Print-en-2019-02-15.pdf#nameddest=BorderBottomRightRadius" + }, + { + "name": "Creating optional spaces around text inside a block (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/block\/indent-border-padding-1.pdf" + }, + { + "name": "Padding and border in a table (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/table\/table-border-padding-1.pdf" + }, + { + "name": "Specify the border to the region (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/structure\/axf-region-1.pdf" + } + ], + "name": "-ah-border-bottom-right-radius", + "description": { + "value": "Specifies the radius of the bottom right rounded corners.\n\n[<length> | <percentage>] [<length> | <percentage>]?", + "kind": "markdown" + } + }, + { + "references": [ + { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.border-double-thickness" + }, + { + "name": "Thickness of double-border lines (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/block\/axf-border-double-thickness-1.pdf" + }, + { + "name": "Creating optional spaces around text inside a block (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/block\/indent-border-padding-1.pdf" + }, + { + "name": "Padding and border in a table (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/table\/table-border-padding-1.pdf" + }, + { + "name": "Specify the border to the region (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/structure\/axf-region-1.pdf" + } + ], + "name": "-ah-border-double-thickness", + "description": { + "value": "Specifies the line thickness of .\n\n<value> [ <value> [ <value> ]]", + "kind": "markdown" + } + }, + { + "references": [ + { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.border-end" + }, + { + "name": "Creating optional spaces around text inside a block (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/block\/indent-border-padding-1.pdf" + }, + { + "name": "Padding and border in a table (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/table\/table-border-padding-1.pdf" + }, + { + "name": "Specify the border to the region (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/structure\/axf-region-1.pdf" + } + ], + "name": "-ah-border-end", + "description": { + "value": "Specifies the border of the end side.\n\n<border-width> || <border-style> || <color>", + "kind": "markdown" + } + }, + { + "references": [ + { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.border-end-color" + }, + { + "name": "Creating optional spaces around text inside a block (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/block\/indent-border-padding-1.pdf" + }, + { + "name": "Padding and border in a table (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/table\/table-border-padding-1.pdf" + }, + { + "name": "Specify the border to the region (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/structure\/axf-region-1.pdf" + } + ], + "name": "-ah-border-end-color", + "description": { "value": "Specifies the border color of the end side.\n\n<color>","kind": "markdown" } + }, + { + "references": [ + { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.border-end-style" + }, + { + "name": "Creating optional spaces around text inside a block (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/block\/indent-border-padding-1.pdf" + }, + { + "name": "Padding and border in a table (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/table\/table-border-padding-1.pdf" + }, + { + "name": "Specify the border to the region (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/structure\/axf-region-1.pdf" + } + ], + "name": "-ah-border-end-style", + "description": { + "value": "Specifies the border style of the end side.\n\n<border-style>", + "kind": "markdown" + } + }, + { + "references": [ + { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.border-end-width" + }, + { + "name": "Creating optional spaces around text inside a block (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/block\/indent-border-padding-1.pdf" + }, + { + "name": "Padding and border in a table (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/table\/table-border-padding-1.pdf" + }, + { + "name": "Specify the border to the region (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/structure\/axf-region-1.pdf" + } + ], + "name": "-ah-border-end-width", + "description": { + "value": "Specifies the border width of the end side.\n\n<border-width>", + "kind": "markdown" + } + }, + { + "references": [ + { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.border-length" + }, + { + "name": "Introduction to CSS for Paged Media", + "url": "https:\/\/www.antennahouse.com\/hubfs\/uploads\/CSS\/CSS-Print-en-2019-02-15.pdf#nameddest=border-length" + }, + { + "name": "Creating optional spaces around text inside a block (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/block\/indent-border-padding-1.pdf" + }, + { + "name": "Padding and border in a table (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/table\/table-border-padding-1.pdf" + }, + { + "name": "Specify the border to the region (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/structure\/axf-region-1.pdf" + } + ], + "name": "border-length", + "description": { "value": "<length> | auto","kind": "markdown" } + }, + { + "references": [ + { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.border-length" + }, + { + "name": "Introduction to CSS for Paged Media", + "url": "https:\/\/www.antennahouse.com\/hubfs\/uploads\/CSS\/CSS-Print-en-2019-02-15.pdf#nameddest=border-length" + }, + { + "name": "Creating optional spaces around text inside a block (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/block\/indent-border-padding-1.pdf" + }, + { + "name": "Padding and border in a table (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/table\/table-border-padding-1.pdf" + }, + { + "name": "Specify the border to the region (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/structure\/axf-region-1.pdf" + } + ], + "name": "-ah-border-length", + "description": { "value": "<length> | auto","kind": "markdown" } + }, + { + "references": [ + { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.border-radius" + }, + { + "name": "Introduction to CSS for Paged Media", + "url": "https:\/\/www.antennahouse.com\/hubfs\/uploads\/CSS\/CSS-Print-en-2019-02-15.pdf#nameddest=BorderRadius" + }, + { + "name": "Border extensions for rounded corners (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/block\/axf-border-radius-1.pdf" + }, + { + "name": "Creating optional spaces around text inside a block (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/block\/indent-border-padding-1.pdf" + }, + { + "name": "Padding and border in a table (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/table\/table-border-padding-1.pdf" + }, + { + "name": "Specify the border to the region (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/structure\/axf-region-1.pdf" + } + ], + "name": "border-radius", + "description": { + "value": "Specifies the radii of the rounded corners.\n\n[<length> | <percentage>] [<length> | <percentage>]?", + "kind": "markdown" + } + }, + { + "references": [ + { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.border-radius" + }, + { + "name": "Introduction to CSS for Paged Media", + "url": "https:\/\/www.antennahouse.com\/hubfs\/uploads\/CSS\/CSS-Print-en-2019-02-15.pdf#nameddest=BorderRadius" + }, + { + "name": "Border extensions for rounded corners (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/block\/axf-border-radius-1.pdf" + }, + { + "name": "Creating optional spaces around text inside a block (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/block\/indent-border-padding-1.pdf" + }, + { + "name": "Padding and border in a table (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/table\/table-border-padding-1.pdf" + }, + { + "name": "Specify the border to the region (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/structure\/axf-region-1.pdf" + } + ], + "name": "-ah-border-radius", + "description": { + "value": "Specifies the radii of the rounded corners.\n\n[<length> | <percentage>] [<length> | <percentage>]?", + "kind": "markdown" + } + }, + { + "references": [ + { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.border-start" + }, + { + "name": "Creating optional spaces around text inside a block (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/block\/indent-border-padding-1.pdf" + }, + { + "name": "Padding and border in a table (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/table\/table-border-padding-1.pdf" + }, + { + "name": "Specify the border to the region (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/structure\/axf-region-1.pdf" + } + ], + "name": "-ah-border-start", + "description": { + "value": "Specifies the border of the start side.\n\n<border-width> || <border-style> || <color>", + "kind": "markdown" + } + }, + { + "references": [ + { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.border-start-color" + }, + { + "name": "Creating optional spaces around text inside a block (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/block\/indent-border-padding-1.pdf" + }, + { + "name": "Padding and border in a table (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/table\/table-border-padding-1.pdf" + }, + { + "name": "Specify the border to the region (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/structure\/axf-region-1.pdf" + } + ], + "name": "-ah-border-start-color", + "description": { + "value": "Specifies the border color of the start side.\n\n<color>", + "kind": "markdown" + } + }, + { + "references": [ + { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.border-start-style" + }, + { + "name": "Creating optional spaces around text inside a block (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/block\/indent-border-padding-1.pdf" + }, + { + "name": "Padding and border in a table (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/table\/table-border-padding-1.pdf" + }, + { + "name": "Specify the border to the region (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/structure\/axf-region-1.pdf" + } + ], + "name": "-ah-border-start-style", + "description": { + "value": "Specifies the border style of the start side.\n\n<border-style>", + "kind": "markdown" + } + }, + { + "references": [ + { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.border-start-width" + }, + { + "name": "Creating optional spaces around text inside a block (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/block\/indent-border-padding-1.pdf" + }, + { + "name": "Padding and border in a table (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/table\/table-border-padding-1.pdf" + }, + { + "name": "Specify the border to the region (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/structure\/axf-region-1.pdf" + } + ], + "name": "-ah-border-start-width", + "description": { + "value": "Specifies the border width of the start side.\n\n<border-width>", + "kind": "markdown" + } + }, + { + "references": [ + { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.border-radius" + }, + { + "name": "Introduction to CSS for Paged Media", + "url": "https:\/\/www.antennahouse.com\/hubfs\/uploads\/CSS\/CSS-Print-en-2019-02-15.pdf#nameddest=BorderTopLeftRadius" + }, + { + "name": "Creating optional spaces around text inside a block (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/block\/indent-border-padding-1.pdf" + }, + { + "name": "Padding and border in a table (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/table\/table-border-padding-1.pdf" + }, + { + "name": "Specify the border to the region (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/structure\/axf-region-1.pdf" + } + ], + "name": "border-top-left-radius", + "description": { + "value": "Specifies the radius of the top left rounded corners.\n\n[<length> | <percentage>] [<length> | <percentage>]?", + "kind": "markdown" + } + }, + { + "references": [ + { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.border-radius" + }, + { + "name": "Introduction to CSS for Paged Media", + "url": "https:\/\/www.antennahouse.com\/hubfs\/uploads\/CSS\/CSS-Print-en-2019-02-15.pdf#nameddest=BorderTopLeftRadius" + }, + { + "name": "Creating optional spaces around text inside a block (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/block\/indent-border-padding-1.pdf" + }, + { + "name": "Padding and border in a table (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/table\/table-border-padding-1.pdf" + }, + { + "name": "Specify the border to the region (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/structure\/axf-region-1.pdf" + } + ], + "name": "-ah-border-top-left-radius", + "description": { + "value": "Specifies the radius of the top left rounded corners.\n\n[<length> | <percentage>] [<length> | <percentage>]?", + "kind": "markdown" + } + }, + { + "references": [ + { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.border-radius" + }, + { + "name": "Introduction to CSS for Paged Media", + "url": "https:\/\/www.antennahouse.com\/hubfs\/uploads\/CSS\/CSS-Print-en-2019-02-15.pdf#nameddest=BorderTopRightRadius" + }, + { + "name": "Creating optional spaces around text inside a block (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/block\/indent-border-padding-1.pdf" + }, + { + "name": "Padding and border in a table (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/table\/table-border-padding-1.pdf" + }, + { + "name": "Specify the border to the region (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/structure\/axf-region-1.pdf" + } + ], + "name": "border-top-right-radius", + "description": { + "value": "Specifies the radius of the top right rounded corners.\n\n[<length> | <percentage>] [<length> | <percentage>]?", + "kind": "markdown" + } + }, + { + "references": [ + { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.border-radius" + }, + { + "name": "Introduction to CSS for Paged Media", + "url": "https:\/\/www.antennahouse.com\/hubfs\/uploads\/CSS\/CSS-Print-en-2019-02-15.pdf#nameddest=BorderTopRightRadius" + }, + { + "name": "Creating optional spaces around text inside a block (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/block\/indent-border-padding-1.pdf" + }, + { + "name": "Padding and border in a table (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/table\/table-border-padding-1.pdf" + }, + { + "name": "Specify the border to the region (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/structure\/axf-region-1.pdf" + } + ], + "name": "-ah-border-top-right-radius", + "description": { + "value": "Specifies the radius of the top right rounded corners.\n\n[<length> | <percentage>] [<length> | <percentage>]?", + "kind": "markdown" + } + }, + { + "references": [ + { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.border-wave-form" + }, + { + "name": "Generating wavy borders (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/block\/axf-border-wave-form-1.pdf" + }, + { + "name": "Creating optional spaces around text inside a block (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/block\/indent-border-padding-1.pdf" + }, + { + "name": "Padding and border in a table (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/table\/table-border-padding-1.pdf" + }, + { + "name": "Specify the border to the region (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/structure\/axf-region-1.pdf" + } + ], + "name": "-ah-border-wave-form", + "description": { "value": "Specifies the wave form of .\n\n<value> [ <value> ]","kind": "markdown" } + }, + { + "references": [ { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.box-decoration-break" + } ], + "name": "box-decoration-break", + "description": { "value": "slice | clone | padding","kind": "markdown" } + }, + { + "references": [ { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.box-decoration-break" + } ], + "name": "-ah-box-decoration-break", + "description": { "value": "slice | clone | padding","kind": "markdown" } + }, + { + "references": [ + { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.box-shadow" + }, + { + "name": "Introduction to CSS for Paged Media", + "url": "https:\/\/www.antennahouse.com\/hubfs\/uploads\/CSS\/CSS-Print-en-2019-02-15.pdf#nameddest=BoxShadow" + }, + { + "name": "Box shadow (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/block\/axf-box-shadow-1.pdf" + } + ], + "name": "box-shadow", + "description": { + "value": "Specifies the box shadow.\n\nnone | [ inset? && [ <length>{2,4} && <color>? ] ]#", + "kind": "markdown" + } + }, + { + "references": [ + { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.box-shadow" + }, + { + "name": "Introduction to CSS for Paged Media", + "url": "https:\/\/www.antennahouse.com\/hubfs\/uploads\/CSS\/CSS-Print-en-2019-02-15.pdf#nameddest=BoxShadow" + }, + { + "name": "Box shadow (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/block\/axf-box-shadow-1.pdf" + } + ], + "name": "-ah-box-shadow", + "description": { + "value": "Specifies the box shadow.\n\nnone | [ inset? && [ <length>{2,4} && <color>? ] ]#", + "kind": "markdown" + } + }, + { + "references": [ + { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.box-sizing" + }, + { + "name": "Introduction to CSS for Paged Media", + "url": "https:\/\/www.antennahouse.com\/hubfs\/uploads\/CSS\/CSS-Print-en-2019-02-15.pdf#nameddest=BoxSizing" + } + ], + "name": "box-sizing", + "description": { "value": "content-box | border-box","kind": "markdown" } + }, + { + "references": [ + { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.box-sizing" + }, + { + "name": "Introduction to CSS for Paged Media", + "url": "https:\/\/www.antennahouse.com\/hubfs\/uploads\/CSS\/CSS-Print-en-2019-02-15.pdf#nameddest=BoxSizing" + } + ], + "name": "-ah-box-sizing", + "description": { "value": "content-box | border-box","kind": "markdown" } + }, + { + "references": [ + { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.break-after" + }, + { + "name": "Introduction to CSS for Paged Media", + "url": "https:\/\/www.antennahouse.com\/hubfs\/uploads\/CSS\/CSS-Print-en-2019-02-15.pdf#nameddest=break-after" + } + ], + "name": "break-after", + "description": { + "value": "auto | always | page | column | avoid | avoid-page | avoid-column | left | right", + "kind": "markdown" + } + }, + { + "references": [ + { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.break-after" + }, + { + "name": "Introduction to CSS for Paged Media", + "url": "https:\/\/www.antennahouse.com\/hubfs\/uploads\/CSS\/CSS-Print-en-2019-02-15.pdf#nameddest=break-after" + } + ], + "name": "-ah-break-after", + "description": { + "value": "auto | always | page | column | avoid | avoid-page | avoid-column | left | right", + "kind": "markdown" + } + }, + { + "references": [ + { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.break-before" + }, + { + "name": "Introduction to CSS for Paged Media", + "url": "https:\/\/www.antennahouse.com\/hubfs\/uploads\/CSS\/CSS-Print-en-2019-02-15.pdf#nameddest=break-before" + } + ], + "name": "break-before", + "description": { + "value": "auto | always | page | column | avoid | avoid-page | avoid-column | left | right", + "kind": "markdown" + } + }, + { + "references": [ + { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.break-before" + }, + { + "name": "Introduction to CSS for Paged Media", + "url": "https:\/\/www.antennahouse.com\/hubfs\/uploads\/CSS\/CSS-Print-en-2019-02-15.pdf#nameddest=break-before" + } + ], + "name": "-ah-break-before", + "description": { + "value": "auto | always | page | column | avoid | avoid-page | avoid-column | left | right", + "kind": "markdown" + } + }, + { + "references": [ { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.change-bar-class" + } ], + "name": "change-bar-class", + "description": { "value": "<name>","kind": "markdown" } + }, + { + "references": [ { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.change-bar-class" + } ], + "name": "-ah-change-bar-class", + "description": { "value": "<name>","kind": "markdown" } + }, + { + "references": [ { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.change-bar-color" + } ], + "name": "change-bar-color", + "description": { "value": "<color>","kind": "markdown" } + }, + { + "references": [ { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.change-bar-color" + } ], + "name": "-ah-change-bar-color", + "description": { "value": "<color>","kind": "markdown" } + }, + { + "references": [ { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.change-bar-offset" + } ], + "name": "change-bar-offset", + "description": { "value": "<length>","kind": "markdown" } + }, + { + "references": [ { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.change-bar-offset" + } ], + "name": "-ah-change-bar-offset", + "description": { "value": "<length>","kind": "markdown" } + }, + { + "references": [ { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.change-bar-side" + } ], + "name": "change-bar-side", + "description": { + "value": "start | end | left | right | inside | outside | alternate", + "kind": "markdown" + } + }, + { + "references": [ { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.change-bar-side" + } ], + "name": "-ah-change-bar-side", + "description": { + "value": "start | end | left | right | inside | outside | alternate", + "kind": "markdown" + } + }, + { + "references": [ { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.change-bar-style" + } ], + "name": "change-bar-style", + "description": { "value": "<border-style>","kind": "markdown" } + }, + { + "references": [ { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.change-bar-style" + } ], + "name": "-ah-change-bar-style", + "description": { "value": "<border-style>","kind": "markdown" } + }, + { + "references": [ { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.change-bar-width" + } ], + "name": "change-bar-width", + "description": { "value": "<border-width>","kind": "markdown" } + }, + { + "references": [ { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.change-bar-width" + } ], + "name": "-ah-change-bar-width", + "description": { "value": "<border-width>","kind": "markdown" } + }, + { + "references": [ + { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.column-count" + }, + { + "name": "Introduction to CSS for Paged Media", + "url": "https:\/\/www.antennahouse.com\/hubfs\/uploads\/CSS\/CSS-Print-en-2019-02-15.pdf#nameddest=MultiColumnCount" + }, + { + "name": "Multiple columns (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/structure\/multi-column-1.pdf" + } + ], + "name": "column-count", + "description": { "value": "<number> (XSL) \/ <number> | auto (CSS)","kind": "markdown" } + }, + { + "references": [ + { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.column-count" + }, + { + "name": "Introduction to CSS for Paged Media", + "url": "https:\/\/www.antennahouse.com\/hubfs\/uploads\/CSS\/CSS-Print-en-2019-02-15.pdf#nameddest=MultiColumnCount" + }, + { + "name": "Multiple columns (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/structure\/multi-column-1.pdf" + } + ], + "name": "-ah-column-count", + "description": { "value": "<number> (XSL) \/ <number> | auto (CSS)","kind": "markdown" } + }, + { + "references": [ { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.column-fill" + } ], + "name": "column-fill", + "description": { + "value": "Specifies whether to balance the column height.\n\nauto | balance | balance-all", + "kind": "markdown" + } + }, + { + "references": [ { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.column-fill" + } ], + "name": "-ah-column-fill", + "description": { + "value": "Specifies whether to balance the column height.\n\nauto | balance | balance-all", + "kind": "markdown" + } + }, + { + "references": [ + { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.column-gap" + }, + { + "name": "Introduction to CSS for Paged Media", + "url": "https:\/\/www.antennahouse.com\/hubfs\/uploads\/CSS\/CSS-Print-en-2019-02-15.pdf#nameddest=MultiColumnGap" + } + ], + "name": "column-gap", + "description": { + "value": "<length> | <percentage> (XSL) \/ <length> | normal (CSS)", + "kind": "markdown" + } + }, + { + "references": [ + { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.column-gap" + }, + { + "name": "Introduction to CSS for Paged Media", + "url": "https:\/\/www.antennahouse.com\/hubfs\/uploads\/CSS\/CSS-Print-en-2019-02-15.pdf#nameddest=MultiColumnGap" + } + ], + "name": "-ah-column-gap", + "description": { + "value": "<length> | <percentage> (XSL) \/ <length> | normal (CSS)", + "kind": "markdown" + } + }, + { + "references": [ + { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.column-rule" + }, + { + "name": "Introduction to CSS for Paged Media", + "url": "https:\/\/www.antennahouse.com\/hubfs\/uploads\/CSS\/CSS-Print-en-2019-02-15.pdf#nameddest=MultiColumnRule" + }, + { + "name": "Column rule (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/structure\/axf-column-rule-1.pdf" + }, + { + "name": "fo:block-container with multiple columns (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/block\/axf-column-with-container-1.pdf" + } + ], + "name": "column-rule", + "description": { + "value": "Draws the column rules in the column gaps.\n\n<border-width> || <border-style> || <color> || <column-rule-display>", + "kind": "markdown" + } + }, + { + "references": [ + { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.column-rule" + }, + { + "name": "Introduction to CSS for Paged Media", + "url": "https:\/\/www.antennahouse.com\/hubfs\/uploads\/CSS\/CSS-Print-en-2019-02-15.pdf#nameddest=MultiColumnRule" + }, + { + "name": "Column rule (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/structure\/axf-column-rule-1.pdf" + }, + { + "name": "fo:block-container with multiple columns (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/block\/axf-column-with-container-1.pdf" + } + ], + "name": "-ah-column-rule", + "description": { + "value": "Draws the column rules in the column gaps.\n\n<border-width> || <border-style> || <color> || <column-rule-display>", + "kind": "markdown" + } + }, + { + "references": [ + { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.column-rule-align" + }, + { + "name": "Introduction to CSS for Paged Media", + "url": "https:\/\/www.antennahouse.com\/hubfs\/uploads\/CSS\/CSS-Print-en-2019-02-15.pdf#nameddest=MultiColumnAlign" + } + ], + "name": "-ah-column-rule-align", + "description": { + "value": "Specifies the alignment of the column rule.\n\nbefore | center | after", + "kind": "markdown" + } + }, + { + "references": [ + { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.column-rule-color" + }, + { + "name": "Introduction to CSS for Paged Media", + "url": "https:\/\/www.antennahouse.com\/hubfs\/uploads\/CSS\/CSS-Print-en-2019-02-15.pdf#nameddest=MultiColumnColor" + } + ], + "name": "column-rule-color", + "description": { "value": "Specifies the color of the column rule.\n\n<color>","kind": "markdown" } + }, + { + "references": [ + { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.column-rule-color" + }, + { + "name": "Introduction to CSS for Paged Media", + "url": "https:\/\/www.antennahouse.com\/hubfs\/uploads\/CSS\/CSS-Print-en-2019-02-15.pdf#nameddest=MultiColumnColor" + } + ], + "name": "-ah-column-rule-color", + "description": { "value": "Specifies the color of the column rule.\n\n<color>","kind": "markdown" } + }, + { + "references": [ + { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.column-rule-display" + }, + { + "name": "Introduction to CSS for Paged Media", + "url": "https:\/\/www.antennahouse.com\/hubfs\/uploads\/CSS\/CSS-Print-en-2019-02-15.pdf#nameddest=MultiColumnDisplay" + } + ], + "name": "-ah-column-rule-display", + "description": { + "value": "Specifies whether to also display a rule at the place where column gaps do not exist.\n\ngap | end | all", + "kind": "markdown" + } + }, + { + "references": [ + { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.column-rule-length" + }, + { + "name": "Introduction to CSS for Paged Media", + "url": "https:\/\/www.antennahouse.com\/hubfs\/uploads\/CSS\/CSS-Print-en-2019-02-15.pdf#nameddest=MultiColumnLength" + } + ], + "name": "-ah-column-rule-length", + "description": { + "value": "Specifies the length of the column rule.\n\n<length> | <percentage>", + "kind": "markdown" + } + }, + { + "references": [ + { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.column-rule-style" + }, + { + "name": "Introduction to CSS for Paged Media", + "url": "https:\/\/www.antennahouse.com\/hubfs\/uploads\/CSS\/CSS-Print-en-2019-02-15.pdf#nameddest=MultiColumnStyle" + } + ], + "name": "column-rule-style", + "description": { + "value": "Specifies the style of the column rule.\n\n<border-style>", + "kind": "markdown" + } + }, + { + "references": [ + { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.column-rule-style" + }, + { + "name": "Introduction to CSS for Paged Media", + "url": "https:\/\/www.antennahouse.com\/hubfs\/uploads\/CSS\/CSS-Print-en-2019-02-15.pdf#nameddest=MultiColumnStyle" + } + ], + "name": "-ah-column-rule-style", + "description": { + "value": "Specifies the style of the column rule.\n\n<border-style>", + "kind": "markdown" + } + }, + { + "references": [ + { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.column-rule-width" + }, + { + "name": "Introduction to CSS for Paged Media", + "url": "https:\/\/www.antennahouse.com\/hubfs\/uploads\/CSS\/CSS-Print-en-2019-02-15.pdf#nameddest=MultiColumnRuleWidth" + } + ], + "name": "column-rule-width", + "description": { + "value": "Specifies the width of the column rule.\n\n<border-width>", + "kind": "markdown" + } + }, + { + "references": [ + { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.column-rule-width" + }, + { + "name": "Introduction to CSS for Paged Media", + "url": "https:\/\/www.antennahouse.com\/hubfs\/uploads\/CSS\/CSS-Print-en-2019-02-15.pdf#nameddest=MultiColumnRuleWidth" + } + ], + "name": "-ah-column-rule-width", + "description": { + "value": "Specifies the width of the column rule.\n\n<border-width>", + "kind": "markdown" + } + }, + { + "references": [ + { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.column-width" + }, + { + "name": "Introduction to CSS for Paged Media", + "url": "https:\/\/www.antennahouse.com\/hubfs\/uploads\/CSS\/CSS-Print-en-2019-02-15.pdf#nameddest=MultiColumnWidth" + } + ], + "name": "column-width", + "description": { "value": "<length> | auto","kind": "markdown" } + }, + { + "references": [ + { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.column-width" + }, + { + "name": "Introduction to CSS for Paged Media", + "url": "https:\/\/www.antennahouse.com\/hubfs\/uploads\/CSS\/CSS-Print-en-2019-02-15.pdf#nameddest=MultiColumnWidth" + } + ], + "name": "-ah-column-width", + "description": { "value": "<length> | auto","kind": "markdown" } + }, + { + "references": [ + { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.columns" + }, + { + "name": "Introduction to CSS for Paged Media", + "url": "https:\/\/www.antennahouse.com\/hubfs\/uploads\/CSS\/CSS-Print-en-2019-02-15.pdf#nameddest=MultiColumnColumns" + } + ], + "name": "columns", + "description": { "value": "[ [ <integer> | auto] || [ <length> | auto] ]","kind": "markdown" } + }, + { + "references": [ + { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.columns" + }, + { + "name": "Introduction to CSS for Paged Media", + "url": "https:\/\/www.antennahouse.com\/hubfs\/uploads\/CSS\/CSS-Print-en-2019-02-15.pdf#nameddest=MultiColumnColumns" + } + ], + "name": "-ah-columns", + "description": { "value": "[ [ <integer> | auto] || [ <length> | auto] ]","kind": "markdown" } + }, + { + "references": [ + { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.condensed-text-align-last" + }, + { + "name": "Specifying whether to justify the last line after condensing the overflow (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/block\/axf-condensed-text-align-last-1.pdf" + } + ], + "name": "-ah-condensed-text-align-last", + "description": { + "value": "Specifies whether to set automatically after condensing the overflow.\n\nfalse | true | justify | auto", + "kind": "markdown" + } + }, + { + "references": [ { "name": "XSL 1.1","url": "https:\/\/www.w3.org\/TR\/xsl11\/#content-height" } ], + "name": "-ah-content-height", + "description": { + "value": "auto | scale-to-fit | scale-down-to-fit | scale-up-to-fit | | ", + "kind": "markdown" + } + }, + { + "references": [ + { "name": "XSL 1.1","url": "https:\/\/www.w3.org\/TR\/xsl11\/#content-type" }, + { + "name": "Embedded and External Multimedia Data (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/pdf\/axf-multimedia-treatment-1.pdf" + }, + { + "name": "Embedding multi media in PDF (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/pdf\/multimedia-1.pdf" + }, + { + "name": "Rich Media Annotations (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/pdf\/axf-richmedia-1.pdf" + } + ], + "name": "-ah-content-type", + "description": { "value": " | auto","kind": "markdown" } + }, + { + "references": [ { "name": "XSL 1.1","url": "https:\/\/www.w3.org\/TR\/xsl11\/#content-width" } ], + "name": "-ah-content-width", + "description": { + "value": "auto | scale-to-fit | scale-down-to-fit | scale-up-to-fit | | ", + "kind": "markdown" + } + }, + { + "references": [ { "name": "XSL 1.1","url": "https:\/\/www.w3.org\/TR\/xsl11\/#country" } ], + "name": "-ah-country", + "description": { "value": "none | ","kind": "markdown" } + }, + { + "references": [ + { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.crop-area-visibility" + }, + { + "name": "Introduction to CSS for Paged Media", + "url": "https:\/\/www.antennahouse.com\/hubfs\/uploads\/CSS\/CSS-Print-en-2019-02-15.pdf#nameddest=CropAreaVisibility" + } + ], + "name": "-ah-crop-area-visibility", + "description": { + "value": "Specifies whether to display the area that is extended beyond the trim size.\n\nhidden | visible", + "kind": "markdown" + } + }, + { + "references": [ + { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.crop-offset" + }, + { + "name": "Introduction to CSS for Paged Media", + "url": "https:\/\/www.antennahouse.com\/hubfs\/uploads\/CSS\/CSS-Print-en-2019-02-15.pdf#nameddest=CropOffset" + }, + { + "name": "Printer Marks (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/pdf\/axf-printer-marks-1.pdf" + } + ], + "name": "-ah-crop-offset", + "description": { + "value": "Specifies the distance from the physical end to the trim size of the output medium.\n\n<length>", + "kind": "markdown" + } + }, + { + "references": [ { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.crop-offset" + } ], + "name": "-ah-crop-offset-bottom", + "description": { + "value": "Specifies the distance from the physical bottom edge to the trim size of the output medium.\n\n<length>", + "kind": "markdown" + } + }, + { + "references": [ { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.crop-offset" + } ], + "name": "-ah-crop-offset-left", + "description": { + "value": "Specifies the distance from the physical left edge to the trim size of the output medium.\n\n<length>", + "kind": "markdown" + } + }, + { + "references": [ { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.crop-offset" + } ], + "name": "-ah-crop-offset-right", + "description": { + "value": "Specifies the distance from the physical right edge to the trim size of the output medium.\n\n<length>", + "kind": "markdown" + } + }, + { + "references": [ { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.crop-offset" + } ], + "name": "-ah-crop-offset-top", + "description": { + "value": "Specifies the distance from the physical top edge to the trim size of the output medium.\n\n<length>", + "kind": "markdown" + } + }, + { + "references": [ + { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.destination-type" + }, + { + "name": "Link settings with a destination type specified (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/pdf\/axf-destination-type-1.pdf" + } + ], + "name": "-ah-destination-type", + "description": { + "value": "Specifies the way a link opens in a link destination.\n\n<string>", + "kind": "markdown" + } + }, + { + "references": [ { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.diagonal-border-color" + } ], + "name": "-ah-diagonal-border-color", + "description": { "value": "Specifies the color of the diagonal border.\n\n<color>","kind": "markdown" } + }, + { + "references": [ { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.diagonal-border-style" + } ], + "name": "-ah-diagonal-border-style", + "description": { + "value": "Specifies the style of the diagonal border.\n\n<border-style>", + "kind": "markdown" + } + }, + { + "references": [ { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.diagonal-border-width" + } ], + "name": "-ah-diagonal-border-width", + "description": { + "value": "Specifies the width of the diagonal border.\n\n<border-width>", + "kind": "markdown" + } + }, + { + "references": [ + { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.display" + }, + { + "name": "Introduction to CSS for Paged Media", + "url": "https:\/\/www.antennahouse.com\/hubfs\/uploads\/CSS\/CSS-Print-en-2019-02-15.pdf#nameddest=Display" + } + ], + "name": "display", + "description": { + "value": "inline | block | inline-block | list-item | run-in | compact | table | inline-table | table-row-group | table-header-group | table-footer-group | table-row | table-column-group | table-column | table-cell | table-caption | ruby | ruby-base | ruby-text | ruby-base-group | ruby-text-group | <template> | (-ah-)bidi-override | (-ah-)meta | none", + "kind": "markdown" + } + }, + { + "references": [ + { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.display" + }, + { + "name": "Introduction to CSS for Paged Media", + "url": "https:\/\/www.antennahouse.com\/hubfs\/uploads\/CSS\/CSS-Print-en-2019-02-15.pdf#nameddest=Display" + } + ], + "name": "-ah-display", + "description": { + "value": "inline | block | inline-block | list-item | run-in | compact | table | inline-table | table-row-group | table-header-group | table-footer-group | table-row | table-column-group | table-column | table-cell | table-caption | ruby | ruby-base | ruby-text | ruby-base-group | ruby-text-group | <template> | (-ah-)bidi-override | (-ah-)meta | none", + "kind": "markdown" + } + }, + { + "references": [ + { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.display-align" + }, + { + "name": "Introduction to CSS for Paged Media", + "url": "https:\/\/www.antennahouse.com\/hubfs\/uploads\/CSS\/CSS-Print-en-2019-02-15.pdf#nameddest=vertical-align" + }, + { + "name": "Text aligment in a table cell (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/table\/table-display-align-1.pdf" + }, + { + "name": "Text alignment in vertical direction (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/block\/axf-display-align-justify-1.pdf" + } + ], + "name": "-ah-display-align", + "description": { "value": "auto | before | center | after | justify","kind": "markdown" } + }, + { + "references": [ + { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.display-alttext" + }, + { + "name": "Display the alternate text of an image (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/graphics\/axf-display-alttext-1.pdf" + } + ], + "name": "-ah-display-alttext", + "description": { + "value": "Specifies whether to display the alternate text of an image.\n\nfalse | true | auto", + "kind": "markdown" + } + }, + { + "references": [ { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.dominant-baseline" + } ], + "name": "dominant-baseline", + "description": { + "value": "auto | use-script | no-change | reset-size | ideographic | alphabetic | hanging | mathematical | central | middle | text-after-edge | text-before-edge", + "kind": "markdown" + } + }, + { + "references": [ { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.dominant-baseline" + } ], + "name": "-ah-dominant-baseline", + "description": { + "value": "auto | use-script | no-change | reset-size | ideographic | alphabetic | hanging | mathematical | central | middle | text-after-edge | text-before-edge", + "kind": "markdown" + } + }, + { + "references": [ { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.except-non-end-of-line-characters" + } ], + "name": "-ah-except-non-end-of-line-characters", + "description": { "value": "Specifies the .\n\n<string>","kind": "markdown" } + }, + { + "references": [ { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.except-non-starter-characters" + } ], + "name": "-ah-except-non-starter-characters", + "description": { "value": "Specifies the .\n\n<string>","kind": "markdown" } + }, + { + "references": [ + { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.expansion-text" + }, + { + "name": "Specifying expansion text for tags in Tagged PDF (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/pdf\/axf-expansion-text-1.pdf" + } + ], + "name": "-ah-expansion-text", + "description": { + "value": "Specifies the expansion text for tags in Tagged PDF.\n\n<string>", + "kind": "markdown" + } + }, + { + "references": [ + { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.fallback" + }, + { + "name": "Introduction to CSS for Paged Media", + "url": "https:\/\/www.antennahouse.com\/hubfs\/uploads\/CSS\/CSS-Print-en-2019-02-15.pdf#nameddest=Fallback" + } + ], + "name": "fallback", + "description": { "value": "☞ @counter-style\n\n<counter-style-name>","kind": "markdown" } + }, + { + "references": [ + { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.fallback" + }, + { + "name": "Introduction to CSS for Paged Media", + "url": "https:\/\/www.antennahouse.com\/hubfs\/uploads\/CSS\/CSS-Print-en-2019-02-15.pdf#nameddest=Fallback" + } + ], + "name": "-ah-fallback", + "description": { "value": "☞ @counter-style\n\n<counter-style-name>","kind": "markdown" } + }, + { + "references": [ { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.field-button-face" + } ], + "name": "-ah-field-button-face", + "description": { + "value": "Specifies the caption displayed in the push button field.\n\n<string>", + "kind": "markdown" + } + }, + { + "references": [ { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.field-button-face-down" + } ], + "name": "-ah-field-button-face-down", + "description": { + "value": "Specifies the caption displayed when pressing the push button.\n\n<string>", + "kind": "markdown" + } + }, + { + "references": [ { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.field-button-face-rollover" + } ], + "name": "-ah-field-button-face-rollover", + "description": { + "value": "Specifies the caption displayed when rolling over the push button.\n\n<string>", + "kind": "markdown" + } + }, + { + "references": [ { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.field-button-icon" + } ], + "name": "-ah-field-button-icon", + "description": { + "value": "Specifies the icon displayed in the push button field.\n\n<uri-specification>", + "kind": "markdown" + } + }, + { + "references": [ { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.field-button-icon-down" + } ], + "name": "-ah-field-button-icon-down", + "description": { + "value": "Specifies the icon displayed when pressing the push button.\n\n<uri-specification>", + "kind": "markdown" + } + }, + { + "references": [ { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.field-button-icon-rollover" + } ], + "name": "-ah-field-button-icon-rollover", + "description": { + "value": "Specifies the icon displayed when rolling over the push button.\n\n<uri-specification>", + "kind": "markdown" + } + }, + { + "references": [ { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.field-button-layout" + } ], + "name": "-ah-field-button-layout", + "description": { + "value": "Specifies the positioning between the caption and icon displayed in the push button field.\n\ncaption | icon | caption-below-icon | caption-above-icon | icon-caption | caption-icon | caption-over-icon", + "kind": "markdown" + } + }, + { + "references": [ { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.field-checked" + } ], + "name": "-ah-field-checked", + "description": { + "value": "Specifies the initial state of the check box and the radio button.\n\nfalse | true", + "kind": "markdown" + } + }, + { + "references": [ { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.field-checked-style" + } ], + "name": "-ah-field-checked-style", + "description": { + "value": "Specifies the style of the check box and the radio button.\n\ncheckmark | circle | square | cross | star", + "kind": "markdown" + } + }, + { + "references": [ { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.field-default-text" + } ], + "name": "-ah-field-default-text", + "description": { + "value": "Specifies the text entered into the text field from the beginning.\n\n<string>", + "kind": "markdown" + } + }, + { + "references": [ { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.field-description" + } ], + "name": "-ah-field-description", + "description": { + "value": "Specifies the descriptive text of the field.\n\n<string>", + "kind": "markdown" + } + }, + { + "references": [ { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.field-editable" + } ], + "name": "-ah-field-editable", + "description": { + "value": "Specifies whether the value can be edited with the combo box.\n\nfalse | true", + "kind": "markdown" + } + }, + { + "references": [ { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.field-flags" + } ], + "name": "-ah-field-flags", + "description": { "value": "Specifies the flag of the field.\n\n<string>","kind": "markdown" } + }, + { + "references": [ { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.field-font-size" + } ], + "name": "-ah-field-font-size", + "description": { + "value": "Specifies the font size of the character string displayed in the form fields.\n\nfont-size | auto | <length>", + "kind": "markdown" + } + }, + { + "references": [ { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.field-format" + } ], + "name": "-ah-field-format", + "description": { + "value": "Specifies the format of the text field.\n\nauto | [ [<string> | <number>] [<string> | <number> | true | false]* ]", + "kind": "markdown" + } + }, + { + "references": [ { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.field-format-category" + } ], + "name": "-ah-field-format-category", + "description": { + "value": "Specifies the format type of the text field.\n\nnone | number | percentage | date | time", + "kind": "markdown" + } + }, + { + "references": [ { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.field-lock-document" + } ], + "name": "-ah-field-lock-document", + "description": { + "value": "Specifies whether to lock the document at the time of signing with the digital signature field.\n\nauto | false | true", + "kind": "markdown" + } + }, + { + "references": [ { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.field-maxlen" + } ], + "name": "-ah-field-maxlen", + "description": { + "value": "Specifies the maximum number of characters which can be entered into the text field.\n\n<number>", + "kind": "markdown" + } + }, + { + "references": [ { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.field-multiline" + } ], + "name": "-ah-field-multiline", + "description": { + "value": "Specifies whether the text field is a single-line enterable field or a multi-line enterable field.\n\nfalse | true", + "kind": "markdown" + } + }, + { + "references": [ { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.field-multiple" + } ], + "name": "-ah-field-multiple", + "description": { + "value": "Specifies whether multiple items can be chosen in the list box.\n\nfalse | true", + "kind": "markdown" + } + }, + { + "references": [ { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.field-name" + } ], + "name": "-ah-field-name", + "description": { "value": "Specifies the field name.\n\n<string>","kind": "markdown" } + }, + { + "references": [ { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.field-password" + } ], + "name": "-ah-field-password", + "description": { + "value": "Specifies whether the text field requires the password or not.\n\nfalse | true", + "kind": "markdown" + } + }, + { + "references": [ { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.field-readonly" + } ], + "name": "-ah-field-readonly", + "description": { + "value": "Specifies whether the field is read-only or not.\n\ntrue | false", + "kind": "markdown" + } + }, + { + "references": [ { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.field-required" + } ], + "name": "-ah-field-required", + "description": { + "value": "Specifies whether the field is enter-required or not.\n\ntrue | false", + "kind": "markdown" + } + }, + { + "references": [ { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.field-scroll" + } ], + "name": "-ah-field-scroll", + "description": { + "value": "Specifies whether the text field is scrollable or not.\n\nfalse | true", + "kind": "markdown" + } + }, + { + "references": [ { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.field-selected" + } ], + "name": "-ah-field-selected", + "description": { + "value": "Specifies the first selected item in the list box, combo box.\n\nfalse | true", + "kind": "markdown" + } + }, + { + "references": [ { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.field-submit-coordinates" + } ], + "name": "-ah-field-submit-coordinates", + "description": { + "value": "Specifies whether to send out the coordinates of the mouse when submitting a form field.\n\nfalse | true", + "kind": "markdown" + } + }, + { + "references": [ { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.field-submit-method" + } ], + "name": "-ah-field-submit-method", + "description": { + "value": "Specifies the way to send the information when submitting a form field.\n\nget | post", + "kind": "markdown" + } + }, + { + "references": [ { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.field-text-align" + } ], + "name": "-ah-field-text-align", + "description": { + "value": "Specifies the alignment of the text field.\n\nleft | center | right", + "kind": "markdown" + } + }, + { + "references": [ { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.field-top-index" + } ], + "name": "-ah-field-top-index", + "description": { + "value": "Specifies the first selected item in the list box, combo box.\n\n<number>", + "kind": "markdown" + } + }, + { + "references": [ { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.field-type" + } ], + "name": "-ah-field-type", + "description": { + "value": "Specifies the field type.\n\ntext | button | checkbox | radio | listbox | combobox | signature", + "kind": "markdown" + } + }, + { + "references": [ { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.field-value" + } ], + "name": "-ah-field-value", + "description": { + "value": "Specifies the value used when submitting a form field, etc.\n\n<string>", + "kind": "markdown" + } + }, + { + "references": [ + { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-float.html#axf.float" + }, + { + "name": "Introduction to CSS for Paged Media", + "url": "https:\/\/www.antennahouse.com\/hubfs\/uploads\/CSS\/CSS-Print-en-2019-02-15.pdf#nameddest=Float1" + } + ], + "name": "float", + "description": { + "value": "This is a shorthand property for setting float related extension properties.", + "kind": "markdown" + } + }, + { + "references": [ + { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-float.html#axf.float" + }, + { + "name": "Introduction to CSS for Paged Media", + "url": "https:\/\/www.antennahouse.com\/hubfs\/uploads\/CSS\/CSS-Print-en-2019-02-15.pdf#nameddest=Float1" + } + ], + "name": "-ah-float", + "description": { + "value": "This is a shorthand property for setting float related extension properties.", + "kind": "markdown" + } + }, + { + "references": [ { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-float.html#axf.float-centering-x" + } ], + "name": "-ah-float-centering-x", + "description": { + "value": "Specifies whether the float is centered when the width for the text wrapping around the float is insufficient.", + "kind": "markdown" + } + }, + { + "references": [ { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-float.html#axf.float-centering-y" + } ], + "name": "-ah-float-centering-y", + "description": { + "value": "Specifies whether the float is centered when the extent for the text placed before and after the float is insufficient.", + "kind": "markdown" + } + }, + { + "references": [ { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-float.html#axf.float-float-margin-x" + } ], + "name": "-ah-float-float-margin-x", + "description": { + "value": "Specifies the space between the float and another neighboring float (in x-axis).", + "kind": "markdown" + } + }, + { + "references": [ { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-float.html#axf.float-float-margin-y" + } ], + "name": "-ah-float-float-margin-y", + "description": { + "value": "Specifies the space between the float and another neighboring float (in y-axis).", + "kind": "markdown" + } + }, + { + "references": [ { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-float.html#axf.float-margin-x" + } ], + "name": "-ah-float-margin-x", + "description": { + "value": "Specifies the space between the float and the text wrapping around the float (in x-axis).", + "kind": "markdown" + } + }, + { + "references": [ { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-float.html#axf.float-margin-y" + } ], + "name": "-ah-float-margin-y", + "description": { + "value": "Specifies the space between the float and the text before and after the float (in y-axis).", + "kind": "markdown" + } + }, + { + "references": [ { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-float.html#axf.float-min-wrap-x" + } ], + "name": "-ah-float-min-wrap-x", + "description": { + "value": "Specifies the minimum width for the text wrapping around the float.", + "kind": "markdown" + } + }, + { + "references": [ { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-float.html#axf.float-min-wrap-y" + } ], + "name": "-ah-float-min-wrap-y", + "description": { + "value": "Specifies the minimum extent for the text placed before and after the float.", + "kind": "markdown" + } + }, + { + "references": [ + { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-float.html#axf.float-move" + }, + { + "name": "Float move examples (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/float\/axf-table-float-move-1.pdf" + } + ], + "name": "-ah-float-move", + "description": { + "value": "Specifies whether the float moves to the next page (or column).", + "kind": "markdown" + } + }, + { + "references": [ { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-float.html#axf.float-offset-x" + } ], + "name": "-ah-float-offset-x", + "description": { + "value": "Specifies the offset placement for the float (in x-axis).", + "kind": "markdown" + } + }, + { + "references": [ { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-float.html#axf.float-offset-y" + } ], + "name": "-ah-float-offset-y", + "description": { + "value": "Specifies the offset placement for the float (in y-axis).", + "kind": "markdown" + } + }, + { + "references": [ + { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-float.html#axf.float-reference" + }, + { + "name": "Column float examples (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/float\/axf-float-column-1.pdf" + }, + { + "name": "Multi-column float examples (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/float\/axf-float-multicol-1.pdf" + }, + { + "name": "Page floats (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/float\/axf-float-page-1.pdf" + } + ], + "name": "-ah-float-reference", + "description": { "value": "Specifies reference area where the float is placed.","kind": "markdown" } + }, + { + "references": [ { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-float.html#axf.float-wrap" + } ], + "name": "-ah-float-wrap", + "description": { "value": "Specifies the text wrapping.","kind": "markdown" } + }, + { + "references": [ + { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-float.html#axf.float-x" + }, + { + "name": "Arranging a float in a column (placed outside the column) (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/float\/axf-float-x-column-outside-1.pdf" + }, + { + "name": "Column float examples (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/float\/axf-float-column-1.pdf" + }, + { + "name": "Multi-column float examples (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/float\/axf-float-multicol-1.pdf" + }, + { + "name": "Page floats (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/float\/axf-float-page-1.pdf" + }, + { + "name": "Side floats (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/float\/axf-float-x-alternate-1.pdf" + } + ], + "name": "-ah-float-x", + "description": { + "value": "Specifies horizontal (or vertical if writing-mode is vertical) float alignment.", + "kind": "markdown" + } + }, + { + "references": [ + { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-float.html#axf.float-y" + }, + { + "name": "Column float examples (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/float\/axf-float-column-1.pdf" + }, + { + "name": "Multi-column float examples (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/float\/axf-float-multicol-1.pdf" + }, + { + "name": "Page floats (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/float\/axf-float-page-1.pdf" + } + ], + "name": "-ah-float-y", + "description": { + "value": "Specifies vertical (or horizontal if writing-mode is vertical) float alignment.", + "kind": "markdown" + } + }, + { + "references": [ + { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.flush-zone" + }, + { + "name": "Adjusting the space on the last line (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/line\/axf-adjust-last-line-spacing-1.pdf" + }, + { + "name": "Adjusts the space at the end of the last line (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/line\/axf-flush-zone-1.pdf" + } + ], + "name": "-ah-flush-zone", + "description": { + "value": "Adjusts the space at the end of the last line.\n\nnone | <length> | <percentage>", + "kind": "markdown" + } + }, + { + "references": [ { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.font-feature-settings" + } ], + "name": "font-feature-settings", + "description": { + "value": "Controls the feature of OpenType fonts.\n\nnormal | <feature-tag-value>#", + "kind": "markdown" + } + }, + { + "references": [ { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.font-feature-settings" + } ], + "name": "-ah-font-feature-settings", + "description": { + "value": "Controls the feature of OpenType fonts.\n\nnormal | <feature-tag-value>#", + "kind": "markdown" + } + }, + { + "references": [ { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.font-size-adjust" + } ], + "name": "font-size-adjust", + "description": { "value": "none | <number> | <string>","kind": "markdown" } + }, + { + "references": [ { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.font-size-adjust" + } ], + "name": "-ah-font-size-adjust", + "description": { "value": "none | <number> | <string>","kind": "markdown" } + }, + { + "references": [ + { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.font-stretch" + }, + { + "name": "Font-stretch (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/character\/font-stretch-1.pdf" + } + ], + "name": "font-stretch", + "description": { + "value": "normal | wider | narrower | ultra-condensed | extra-condensed | condensed | semi-condensed | semi-expanded | expanded | extra-expanded | ultra-expanded | <percentage> | <number>", + "kind": "markdown" + } + }, + { + "references": [ + { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.font-stretch" + }, + { + "name": "Font-stretch (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/character\/font-stretch-1.pdf" + } + ], + "name": "-ah-font-stretch", + "description": { + "value": "normal | wider | narrower | ultra-condensed | extra-condensed | condensed | semi-condensed | semi-expanded | expanded | extra-expanded | ultra-expanded | <percentage> | <number>", + "kind": "markdown" + } + }, + { + "references": [ + { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.font-variant" + }, + { + "name": "Introduction to CSS for Paged Media", + "url": "https:\/\/www.antennahouse.com\/hubfs\/uploads\/CSS\/CSS-Print-en-2019-02-15.pdf#nameddest=SmallCap" + }, + { + "name": "Specifying Japanese font face variants (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/character\/axf-font-variant-east-asian-1.pdf" + } + ], + "name": "font-variant", + "description": { + "value": "normal | none | [ <font-variant-caps> || <font-variant-numeric> || <font-variant-alternates> || <font-variant-ligatures> || <font-variant-position> || <font-variant-east-asian> ]", + "kind": "markdown" + } + }, + { + "references": [ + { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.font-variant" + }, + { + "name": "Introduction to CSS for Paged Media", + "url": "https:\/\/www.antennahouse.com\/hubfs\/uploads\/CSS\/CSS-Print-en-2019-02-15.pdf#nameddest=SmallCap" + }, + { + "name": "Specifying Japanese font face variants (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/character\/axf-font-variant-east-asian-1.pdf" + } + ], + "name": "-ah-font-variant", + "description": { + "value": "normal | none | [ <font-variant-caps> || <font-variant-numeric> || <font-variant-alternates> || <font-variant-ligatures> || <font-variant-position> || <font-variant-east-asian> ]", + "kind": "markdown" + } + }, + { + "references": [ { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.footnote-keep" + } ], + "name": "-ah-footnote-keep", + "description": { + "value": "Specifies whether to arrange a footnote and an anchor in the same page\n\nauto | always | none", + "kind": "markdown" + } + }, + { + "references": [ + { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.footnote-max-height" + }, + { + "name": "A footnote breaking across multiple pages (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/structure\/axf-footnote-max-height-1.pdf" + } + ], + "name": "-ah-footnote-max-height", + "description": { + "value": "Specifies the maximum height of footnote.\n\nauto | <length> | <percentage>", + "kind": "markdown" + } + }, + { + "references": [ + { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.footnote-stacking" + }, + { + "name": "Footnote arrangement (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/structure\/axf-footnote-1.pdf" + } + ], + "name": "-ah-footnote-stacking", + "description": { + "value": "Specifies the method to layout the footnote.\n\nblock | inline", + "kind": "markdown" + } + }, + { + "references": [ + { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.hanging-punctuation" + }, + { + "name": "Introduction to CSS for Paged Media", + "url": "https:\/\/www.antennahouse.com\/hubfs\/uploads\/CSS\/CSS-Print-en-2019-02-15.pdf#nameddest=HangingPunctuation" + }, + { + "name": "Hanging punctuation at the start \/ end of line (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/line\/axf-hanging-punctuation-1.pdf" + }, + { + "name": "Hanging punctuation in Latin text (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/line\/axf-hanging-punctuation-2.pdf" + } + ], + "name": "hanging-punctuation", + "description": { + "value": "Specifies whether to hang Japanese punctuation characters or not.\n\nnone | [ start || first || [ force-end | allow-end ] || last ]", + "kind": "markdown" + } + }, + { + "references": [ + { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.hanging-punctuation" + }, + { + "name": "Introduction to CSS for Paged Media", + "url": "https:\/\/www.antennahouse.com\/hubfs\/uploads\/CSS\/CSS-Print-en-2019-02-15.pdf#nameddest=HangingPunctuation" + }, + { + "name": "Hanging punctuation at the start \/ end of line (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/line\/axf-hanging-punctuation-1.pdf" + }, + { + "name": "Hanging punctuation in Latin text (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/line\/axf-hanging-punctuation-2.pdf" + } + ], + "name": "-ah-hanging-punctuation", + "description": { + "value": "Specifies whether to hang Japanese punctuation characters or not.\n\nnone | [ start || first || [ force-end | allow-end ] || last ]", + "kind": "markdown" + } + }, + { + "references": [ + { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.hyphenate" + }, + { + "name": "Introduction to CSS for Paged Media", + "url": "https:\/\/www.antennahouse.com\/hubfs\/uploads\/CSS\/CSS-Print-en-2019-02-15.pdf#nameddest=hyphens" + }, + { + "name": "Hyphenation processing and SOFT HYPHEN (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/line\/hyphenate-1.pdf" + }, + { + "name": "Hyphenation processing of words that consist of uppercase letters (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/line\/axf-hyphenate-caps-word-1.pdf" + } + ], + "name": "hyphens", + "description": { "value": "none | false | true","kind": "markdown" } + }, + { + "references": [ + { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.hyphenate" + }, + { + "name": "Introduction to CSS for Paged Media", + "url": "https:\/\/www.antennahouse.com\/hubfs\/uploads\/CSS\/CSS-Print-en-2019-02-15.pdf#nameddest=hyphens" + }, + { + "name": "Hyphenation processing and SOFT HYPHEN (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/line\/hyphenate-1.pdf" + }, + { + "name": "Hyphenation processing of words that consist of uppercase letters (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/line\/axf-hyphenate-caps-word-1.pdf" + } + ], + "name": "-ah-hyphens", + "description": { "value": "none | false | true","kind": "markdown" } + }, + { + "references": [ + { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.hyphenate-caps-word" + }, + { + "name": "Hyphenation processing of words that consist of uppercase letters (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/line\/axf-hyphenate-caps-word-1.pdf" + } + ], + "name": "-ah-hyphenate-caps-word", + "description": { + "value": "Specifies whether to hyphenate a word that consists of capital letters.\n\ntrue | false | false-all", + "kind": "markdown" + } + }, + { + "references": [ + { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.hyphenate-hyphenated-word" + }, + { + "name": "Hyphenation of hyphenated words (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/line\/axf-hyphenate-hyphenated-word-1.pdf" + } + ], + "name": "-ah-hyphenate-hyphenated-word", + "description": { + "value": "Specifies whether to hyphenate the already hyphenated word or not.\n\ntrue | false", + "kind": "markdown" + } + }, + { + "references": [ { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.hyphenate-character" + } ], + "name": "hyphenate-character", + "description": { "value": "auto | <string>","kind": "markdown" } + }, + { + "references": [ { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.hyphenate-character" + } ], + "name": "-ah-hyphenate-character", + "description": { "value": "auto | <string>","kind": "markdown" } + }, + { + "references": [ { "name": "XSL 1.1","url": "https:\/\/www.w3.org\/TR\/xsl11\/#hyphenation-keep" } ], + "name": "-ah-hyphenation-keep", + "description": { "value": "auto | column | page","kind": "markdown" } + }, + { + "references": [ + { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.hyphenate-lines" + }, + { + "name": "Introduction to CSS for Paged Media", + "url": "https:\/\/www.antennahouse.com\/hubfs\/uploads\/CSS\/CSS-Print-en-2019-02-15.pdf#nameddest=HyphenationLines" + } + ], + "name": "hyphenate-lines", + "description": { "value": "no-limit | <integer>","kind": "markdown" } + }, + { + "references": [ + { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.hyphenate-lines" + }, + { + "name": "Introduction to CSS for Paged Media", + "url": "https:\/\/www.antennahouse.com\/hubfs\/uploads\/CSS\/CSS-Print-en-2019-02-15.pdf#nameddest=HyphenationLines" + } + ], + "name": "-ah-hyphenate-lines", + "description": { "value": "no-limit | <integer>","kind": "markdown" } + }, + { + "references": [ + { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.hyphenation-minimum-character-count" + }, + { + "name": "Specifying the character count and zone of the word to be hyphenated (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/line\/axf-hyphenation-1.pdf" + } + ], + "name": "-ah-hyphenation-minimum-character-count", + "description": { + "value": "Specifies the minimum number of characters a word must have before it can be hyphenated.\n\n<number>", + "kind": "markdown" + } + }, + { + "references": [ + { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.hyphenation-push-character-count" + }, + { + "name": "Introduction to CSS for Paged Media", + "url": "https:\/\/www.antennahouse.com\/hubfs\/uploads\/CSS\/CSS-Print-en-2019-02-15.pdf#nameddest=HyphenationAfter" + } + ], + "name": "hyphenate-after", + "description": { "value": "<number> | auto","kind": "markdown" } + }, + { + "references": [ + { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.hyphenation-push-character-count" + }, + { + "name": "Introduction to CSS for Paged Media", + "url": "https:\/\/www.antennahouse.com\/hubfs\/uploads\/CSS\/CSS-Print-en-2019-02-15.pdf#nameddest=HyphenationAfter" + } + ], + "name": "-ah-hyphenate-after", + "description": { "value": "<number> | auto","kind": "markdown" } + }, + { + "references": [ + { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.hyphenation-remain-character-count" + }, + { + "name": "Introduction to CSS for Paged Media", + "url": "https:\/\/www.antennahouse.com\/hubfs\/uploads\/CSS\/CSS-Print-en-2019-02-15.pdf#nameddest=HyphenationBefore" + } + ], + "name": "hyphenate-before", + "description": { "value": "<number> | auto","kind": "markdown" } + }, + { + "references": [ + { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.hyphenation-remain-character-count" + }, + { + "name": "Introduction to CSS for Paged Media", + "url": "https:\/\/www.antennahouse.com\/hubfs\/uploads\/CSS\/CSS-Print-en-2019-02-15.pdf#nameddest=HyphenationBefore" + } + ], + "name": "-ah-hyphenate-before", + "description": { "value": "<number> | auto","kind": "markdown" } + }, + { + "references": [ + { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.hyphenation-zone" + }, + { + "name": "Specifying the character count and zone of the word to be hyphenated (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/line\/axf-hyphenation-1.pdf" + } + ], + "name": "-ah-hyphenation-zone", + "description": { + "value": "Limits the range where a hyphenation is available.\n\nnone | <length> | <percentage>", + "kind": "markdown" + } + }, + { + "references": [ { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.ignore-leading-newline" + } ], + "name": "-ah-ignore-leading-newline", + "description": { + "value": "Specifies whether the newline right after the start tag is disregarded or not.\n\nfalse | true | auto", + "kind": "markdown" + } + }, + { + "references": [ { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.image-resolution" + } ], + "name": "image-resolution", + "description": { + "value": "Specifies the resolution of an image.\n\nnormal | [ from-image || <dpi> ]", + "kind": "markdown" + } + }, + { + "references": [ { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.image-resolution" + } ], + "name": "-ah-image-resolution", + "description": { + "value": "Specifies the resolution of an image.\n\nnormal | [ from-image || <dpi> ]", + "kind": "markdown" + } + }, + { + "references": [ { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.image-smoothing" + } ], + "name": "-ah-image-smoothing", + "description": { + "value": "Specifies whether to process anti-aliasing of an image on the screen.\n\nauto | true | false", + "kind": "markdown" + } + }, + { + "references": [ { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.indent-here" + } ], + "name": "-ah-indent-here", + "description": { + "value": "Aligns the indent position to the region position when a line break occurs.\n\nnone | <length>", + "kind": "markdown" + } + }, + { + "references": [ { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.index-page-citation-range-f-suffix" + } ], + "name": "-ah-index-page-citation-range-f-suffix", + "description": { + "value": "Specifies the suffix when merging 2 consecutive page numbers.\n\n<string>", + "kind": "markdown" + } + }, + { + "references": [ { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.index-page-citation-range-ff-suffix" + } ], + "name": "-ah-index-page-citation-range-ff-suffix", + "description": { + "value": "Specifies the suffix when merging 3 consecutive page numbers.\n\n<string>", + "kind": "markdown" + } + }, + { + "references": [ { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.index-page-citation-range-separator" + } ], + "name": "-ah-index-page-citation-range-separator", + "description": { + "value": "Specifies the separator string when merging consecutive page numbers.\n\n<string>", + "kind": "markdown" + } + }, + { + "references": [ + { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.initial-letters" + }, + { + "name": "Drop Caps (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/character\/axf-initial-letters-1.pdf" + } + ], + "name": "-ah-initial-letters", + "description": { + "value": "Creates drop initials.\n\nnormal | [[<number> | <length>] <integer>? | [<number> | <length>] && [drop | raise]] [adjacent | <integer2>]?", + "kind": "markdown" + } + }, + { + "references": [ { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.initial-letters-end-indent" + } ], + "name": "-ah-initial-letters-end-indent", + "description": { + "value": "Specifies the space on the end side of a dropped initial.\n\n<length>+", + "kind": "markdown" + } + }, + { + "references": [ { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.initial-letters-first-line-head-height" + } ], + "name": "-ah-initial-letters-first-line-head-height", + "description": { + "value": "Specifies where the height of a dropped initial should be adjusted.\n\ncap-height | x-height | auto", + "kind": "markdown" + } + }, + { + "references": [ { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.initial-letters-leading-punctuation" + } ], + "name": "-ah-initial-letters-leading-punctuation", + "description": { + "value": "Specifies the size of the leading punctuation of a dropped initial, etc.\n\nnormal | hide | [<length> || <color>]", + "kind": "markdown" + } + }, + { + "references": [ { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.initial-letters-leading-punctuation-position" + } ], + "name": "-ah-initial-letters-leading-punctuation-position", + "description": { + "value": "Specifies the position of the leading punctuation of a dropped initial in the inline progression direction.\n\nnormal | [[hang | intrude] && <length>?]", + "kind": "markdown" + } + }, + { + "references": [ { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.initial-letters-leading-punctuation-shift" + } ], + "name": "-ah-initial-letters-leading-punctuation-shift", + "description": { + "value": "Specifies the position of the leading punctuation of a dropped initial in the block progression direction.\n\nnormal | [[baseline | before | middle | after] || <length>]", + "kind": "markdown" + } + }, + { + "references": [ + { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.inline-overflow-align" + }, + { + "name": "Adjustment when block in fo:inline-container overflows (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/block\/axf-inline-overflow-align-1.pdf" + } + ], + "name": "-ah-inline-overflow-align", + "description": { + "value": "Makes adjustments when the blocks in overflow.\n\nnormal | start | end | left | right", + "kind": "markdown" + } + }, + { + "references": [ + { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.logical-width" + }, + { + "name": "Column width (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/table\/table-width-1.pdf" + }, + { + "name": "Position and size of a block container (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/block\/block-container-2.pdf" + } + ], + "name": "-ah-logical-width", + "description": { + "value": "Specifies the inline progression dimension.\n\n<length> | <percentage> | auto", + "kind": "markdown" + } + }, + { + "references": [ { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.internal-destination" + } ], + "name": "-ah-internal-destination", + "description": { + "value": "<idref> | <number-with-fragment> | <named-action>", + "kind": "markdown" + } + }, + { + "references": [ + { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.intrude-into-punctuation" + }, + { + "name": "Intruding the inline element into the punctuation (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/line\/axf-intrude-into-punctuation-1.pdf" + } + ], + "name": "-ah-intrude-into-punctuation", + "description": { + "value": "Intrudes the inline element into the punctuation.\n\nnone | [start || end]", + "kind": "markdown" + } + }, + { + "references": [ { "name": "XSL 1.1","url": "https:\/\/www.w3.org\/TR\/xsl11\/#intrusion-displace" } ], + "name": "-ah-intrusion-displace", + "description": { "value": "auto | none | line | indent | block","kind": "markdown" } + }, + { + "references": [ { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.justify-nbsp" + } ], + "name": "-ah-justify-nbsp", + "description": { + "value": "Specifies whether to justify NON-BREAKING SPACE or not.\n\ntrue | false", + "kind": "markdown" + } + }, + { + "references": [ { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.kansuji-grouping-letter" + } ], + "name": "-ah-kansuji-grouping-letter", + "description": { + "value": "Specifies the grouping character used for Japanese numerals.\n\n<string>", + "kind": "markdown" + } + }, + { + "references": [ { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.kansuji-letter" + } ], + "name": "-ah-kansuji-letter", + "description": { + "value": "Specifies the character used for Japanese numerals.\n\nkanji | latin | <string>", + "kind": "markdown" + } + }, + { + "references": [ { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.kansuji-style" + } ], + "name": "-ah-kansuji-style", + "description": { + "value": "Specifies the style used for Japanese numerals.\n\nsimple | grouping | readable", + "kind": "markdown" + } + }, + { + "references": [ + { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.break-inside" + }, + { + "name": "Introduction to CSS for Paged Media", + "url": "https:\/\/www.antennahouse.com\/hubfs\/uploads\/CSS\/CSS-Print-en-2019-02-15.pdf#nameddest=break-inside" + } + ], + "name": "break-inside", + "description": { "value": "auto | avoid | avoid-page | avoid-column","kind": "markdown" } + }, + { + "references": [ + { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.break-inside" + }, + { + "name": "Introduction to CSS for Paged Media", + "url": "https:\/\/www.antennahouse.com\/hubfs\/uploads\/CSS\/CSS-Print-en-2019-02-15.pdf#nameddest=break-inside" + } + ], + "name": "-ah-break-inside", + "description": { "value": "auto | avoid | avoid-page | avoid-column","kind": "markdown" } + }, + { + "references": [ { "name": "XSL 1.1","url": "https:\/\/www.w3.org\/TR\/xsl11\/#keep-together" } ], + "name": "-ah-keep-together", + "description": { "value": "","kind": "markdown" } + }, + { + "references": [ + { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.keep-together-within-dimension" + }, + { + "name": "Introduction to CSS for Paged Media", + "url": "https:\/\/www.antennahouse.com\/hubfs\/uploads\/CSS\/CSS-Print-en-2019-02-15.pdf#nameddest=keep-together-within-dimension" + }, + { + "name": "Limiting the height to which keep-together applies (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/block\/axf-keep-together-within-dimension-1.pdf" + } + ], + "name": "-ah-keep-together-within-dimension", + "description": { + "value": "Specifies the upper limit height of the condition.\n\nall | <length>", + "kind": "markdown" + } + }, + { + "references": [ { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.keep-together-within-inline-dimension" + } ], + "name": "-ah-keep-together-within-inline-dimension", + "description": { + "value": "Specifies the upper limit width of the condition.\n\nall | <length>", + "kind": "markdown" + } + }, + { + "references": [ + { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.kerning-mode" + }, + { + "name": "Pair Kerning in Alphabets (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/line\/axf-kerning-mode-1.pdf" + } + ], + "name": "-ah-kerning-mode", + "description": { "value": "Specifies whether to process the .\n\nnone | pair | auto","kind": "markdown" } + }, + { + "references": [ { "name": "XSL 1.1","url": "https:\/\/www.w3.org\/TR\/xsl11\/#language" } ], + "name": "-ah-language", + "description": { "value": "none | ","kind": "markdown" } + }, + { + "references": [ { "name": "XSL 1.1","url": "https:\/\/www.w3.org\/TR\/xsl11\/#last-line-end-indent" } ], + "name": "-ah-last-line-end-indent", + "description": { "value": " | ","kind": "markdown" } + }, + { + "references": [ + { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.layer" + }, + { + "name": "Layer in PDF output (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/pdf\/axf-layer-1.pdf" + } + ], + "name": "-ah-layer", + "description": { "value": "Specifies to which layer the area is arranged.","kind": "markdown" } + }, + { + "references": [ + { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.layer-settings" + }, + { + "name": "Layer in PDF output (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/pdf\/axf-layer-1.pdf" + } + ], + "name": "-ah-layer-settings", + "description": { "value": "Defines layers.","kind": "markdown" } + }, + { + "references": [ { "name": "XSL 1.1","url": "https:\/\/www.w3.org\/TR\/xsl11\/#leader-length" } ], + "name": "-ah-leader-length", + "description": { "value": " | ","kind": "markdown" } + }, + { + "references": [ { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.letter-spacing-side" + } ], + "name": "-ah-letter-spacing-side", + "description": { + "value": "Specifies on which side of the character the space by is distributed.\n\nboth | start | end", + "kind": "markdown" + } + }, + { + "references": [ + { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.ligature-mode" + }, + { + "name": "Ligatures in Alphabets (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/line\/axf-ligature-mode-1.pdf" + } + ], + "name": "-ah-ligature-mode", + "description": { + "value": "Specifies whether to perform the ligature processing.\n\nnone | [latin || kana || jamo] | all | auto", + "kind": "markdown" + } + }, + { + "references": [ + { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.line-break" + }, + { + "name": "Breaking Paragraphs into Lines (BPIL) (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/line\/axf-line-break-BPIL-1.pdf" + }, + { + "name": "Non-starter Japanese character (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/line\/axf-line-break-1.pdf" + } + ], + "name": "line-break", + "description": { + "value": "Specifies the method of line breaking.\n\nauto | [[normal | strict | loose | anywhere] || [line | bpil]]", + "kind": "markdown" + } + }, + { + "references": [ + { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.line-break" + }, + { + "name": "Breaking Paragraphs into Lines (BPIL) (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/line\/axf-line-break-BPIL-1.pdf" + }, + { + "name": "Non-starter Japanese character (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/line\/axf-line-break-1.pdf" + } + ], + "name": "-ah-line-break", + "description": { + "value": "Specifies the method of line breaking.\n\nauto | [[normal | strict | loose | anywhere] || [line | bpil]]", + "kind": "markdown" + } + }, + { + "references": [ + { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.line-continued-mark" + }, + { + "name": "Line continued mark (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/line\/axf-line-continued-mark-1.pdf" + } + ], + "name": "-ah-line-continued-mark", + "description": { + "value": "Specifies whether to show line continued marks.\n\n<string>", + "kind": "markdown" + } + }, + { + "references": [ { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.line-continued-mark-background-color" + } ], + "name": "-ah-line-continued-mark-background-color", + "description": { + "value": "Specifies the background color of line continued marks.\n\n<color>", + "kind": "markdown" + } + }, + { + "references": [ { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.line-continued-mark-color" + } ], + "name": "-ah-line-continued-mark-color", + "description": { + "value": "Specifies the color of line continued marks.\n\n<color>", + "kind": "markdown" + } + }, + { + "references": [ { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.line-continued-mark-font-family" + } ], + "name": "-ah-line-continued-mark-font-family", + "description": { + "value": "Specifies the font family of line continued marks.\n\n[ <family-name> | <generic-family> ]#", + "kind": "markdown" + } + }, + { + "references": [ { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.line-continued-mark-font-size" + } ], + "name": "-ah-line-continued-mark-font-size", + "description": { + "value": "Specifies the font size of line continued marks.\n\n<absolute-size> | <relative-size> | <length> | <percentage>", + "kind": "markdown" + } + }, + { + "references": [ { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.line-continued-mark-font-style" + } ], + "name": "-ah-line-continued-mark-font-style", + "description": { + "value": "Specifies whether to make the font style italic.\n\nnormal | italic", + "kind": "markdown" + } + }, + { + "references": [ { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.line-continued-mark-font-weight" + } ], + "name": "-ah-line-continued-mark-font-weight", + "description": { + "value": "Specifies the font weight of line numbers.\n\nnormal | bold | bolder | lighter | 1...1000", + "kind": "markdown" + } + }, + { + "references": [ { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.line-continued-mark-offset" + } ], + "name": "-ah-line-continued-mark-offset", + "description": { + "value": "Specifies the offset of line continued marks.\n\n<length>", + "kind": "markdown" + } + }, + { + "references": [ + { "name": "XSL 1.1","url": "https:\/\/www.w3.org\/TR\/xsl11\/#line-height-shift-adjustment" }, + { + "name": "line-height-shift-adjustment (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/line\/line-height-shift-adjustment-1.pdf" + }, + { + "name": "line-height-shift-adjustment and line-stacking-strategy (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/line\/line-height-2.pdf" + } + ], + "name": "-ah-line-height-shift-adjustment", + "description": { "value": "consider-shifts | disregard-shifts","kind": "markdown" } + }, + { + "references": [ + { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.line-number" + }, + { + "name": "Adding line numbers except for continued lines (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/line\/axf-line-number-except-continued-line-1.pdf" + }, + { + "name": "Independent line numbering in table columns (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/line\/axf-line-number-2.pdf" + }, + { + "name": "Line numbers (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/line\/axf-line-number-1.pdf" + }, + { + "name": "Line numbers to always show (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/line\/axf-line-number-show-1.pdf" + } + ], + "name": "-ah-line-number", + "description": { + "value": "Specifies whether to show line numbers.\n\nnone | show | hide", + "kind": "markdown" + } + }, + { + "references": [ { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.line-number-background-color" + } ], + "name": "-ah-line-number-background-color", + "description": { + "value": "Specifies the background color of line numbers.\n\n<color>", + "kind": "markdown" + } + }, + { + "references": [ { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.line-number-color" + } ], + "name": "-ah-line-number-color", + "description": { "value": "Specifies the color of line numbers.\n\n<color>","kind": "markdown" } + }, + { + "references": [ { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.line-number-display-align" + } ], + "name": "-ah-line-number-display-align", + "description": { + "value": "Specifies the alignment, in the block-progression-direction, of line numbers in the line area.\n\nauto | before | center | after", + "kind": "markdown" + } + }, + { + "references": [ + { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.line-number-except-continued-line" + }, + { + "name": "Adding line numbers except for continued lines (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/line\/axf-line-number-except-continued-line-1.pdf" + } + ], + "name": "-ah-line-number-except-continued-line", + "description": { + "value": "Specifies whether to add line numbers except for continued lines.\n\ntrue | false", + "kind": "markdown" + } + }, + { + "references": [ { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.line-number-font-family" + } ], + "name": "-ah-line-number-font-family", + "description": { + "value": "Specifies the font family of line numbers.\n\n[ <family-name> | <generic-family> ]#", + "kind": "markdown" + } + }, + { + "references": [ { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.line-number-font-size" + } ], + "name": "-ah-line-number-font-size", + "description": { + "value": "Specifies the font size of line numbers.\n\n<absolute-size> | <relative-size> | <length> | <percentage>", + "kind": "markdown" + } + }, + { + "references": [ { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.line-number-font-style" + } ], + "name": "-ah-line-number-font-style", + "description": { + "value": "Specifies whether to make the font style italic.\n\nnormal | italic", + "kind": "markdown" + } + }, + { + "references": [ { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.line-number-font-weight" + } ], + "name": "-ah-line-number-font-weight", + "description": { + "value": "Specifies the font weight of line numbers.\n\nnormal | bold | bolder | lighter | 1...1000", + "kind": "markdown" + } + }, + { + "references": [ { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.line-number-format" + } ], + "name": "-ah-line-number-format", + "description": { "value": "Specifies the format of line numbers.\n\n<string>","kind": "markdown" } + }, + { + "references": [ { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.line-number-initial" + } ], + "name": "-ah-line-number-initial", + "description": { + "value": "Specifies the line number of the first line.\n\nauto | <number> | #<id>", + "kind": "markdown" + } + }, + { + "references": [ { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.line-number-interval" + } ], + "name": "-ah-line-number-interval", + "description": { + "value": "Specifies the interval of line numbers.\n\n<number> | auto", + "kind": "markdown" + } + }, + { + "references": [ { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.line-number-offset" + } ], + "name": "-ah-line-number-offset", + "description": { "value": "Specifies the offset of line numbers.\n\n<length>","kind": "markdown" } + }, + { + "references": [ + { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.line-number-orientation" + }, + { + "name": "Example of line number orientation (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/line\/axf-line-number-orientation-1.pdf" + } + ], + "name": "-ah-line-number-orientation", + "description": { + "value": "Rotates line numbers.\n\n0 | 90 | 180 | 270 | -90 | -180 | -270", + "kind": "markdown" + } + }, + { + "references": [ { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.line-number-position" + } ], + "name": "-ah-line-number-position", + "description": { + "value": "Specifies the position of line numbers.\n\nstart | end | inside | outside | alternate", + "kind": "markdown" + } + }, + { + "references": [ { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.line-number-prefix" + } ], + "name": "-ah-line-number-prefix", + "description": { "value": "Sets the prefix of line number.\n\n<string>","kind": "markdown" } + }, + { + "references": [ { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.line-number-reset" + } ], + "name": "-ah-line-number-reset", + "description": { + "value": "Resets line numbering.\n\nauto | none | page | column | force", + "kind": "markdown" + } + }, + { + "references": [ + { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.line-number-show" + }, + { + "name": "Line numbers to always show (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/line\/axf-line-number-show-1.pdf" + } + ], + "name": "-ah-line-number-show", + "description": { + "value": "Specifies the line number to be always output.\n\n<number>*", + "kind": "markdown" + } + }, + { + "references": [ { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.line-number-start" + } ], + "name": "-ah-line-number-start", + "description": { "value": "Specifies the starting line number.\n\n<number> | auto","kind": "markdown" } + }, + { + "references": [ { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.line-number-text-align" + } ], + "name": "-ah-line-number-text-align", + "description": { + "value": "Specifies the alignment of line numbers in the line area.\n\nauto | start | center | end | inside | outside | left | right", + "kind": "markdown" + } + }, + { + "references": [ { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.line-number-text-decoration" + } ], + "name": "-ah-line-number-text-decoration", + "description": { + "value": "Specifies the test decoration of line numbers.\n\nsame as text-decoration", + "kind": "markdown" + } + }, + { + "references": [ { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.line-number-width" + } ], + "name": "-ah-line-number-width", + "description": { + "value": "Specifies the width of line numbers.\n\nauto | <length>", + "kind": "markdown" + } + }, + { + "references": [ + { "name": "XSL 1.1","url": "https:\/\/www.w3.org\/TR\/xsl11\/#line-stacking-strategy" }, + { + "name": "line-height-shift-adjustment and line-stacking-strategy (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/line\/line-height-2.pdf" + }, + { + "name": "line-stacking-strategy (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/line\/line-stacking-strategy-1.pdf" + } + ], + "name": "-ah-line-stacking-strategy", + "description": { "value": "line-height | font-height | max-height","kind": "markdown" } + }, + { + "references": [ + { "name": "XSL 1.1","url": "https:\/\/www.w3.org\/TR\/xsl11\/#linefeed-treatment" }, + { + "name": "White space and line breaks in program code (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/character\/white-space-1.pdf" + } + ], + "name": "-ah-linefeed-treatment", + "description": { + "value": "ignore | preserve | treat-as-space | treat-as-zero-width-space", + "kind": "markdown" + } + }, + { + "references": [ { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.link" + } ], + "name": "-ah-link", + "description": { "value": "Generates a hyper-link.\n\n<uri-specification> | none","kind": "markdown" } + }, + { + "references": [ + { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.list-style-type" + }, + { + "name": "Introduction to CSS for Paged Media", + "url": "https:\/\/www.antennahouse.com\/hubfs\/uploads\/CSS\/CSS-Print-en-2019-02-15.pdf#nameddest=list-style-type" + } + ], + "name": "list-style-type", + "description": { + "value": "Specifies the list style.\n\nnone | <name> | <string>", + "kind": "markdown" + } + }, + { + "references": [ + { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.list-style-type" + }, + { + "name": "Introduction to CSS for Paged Media", + "url": "https:\/\/www.antennahouse.com\/hubfs\/uploads\/CSS\/CSS-Print-en-2019-02-15.pdf#nameddest=list-style-type" + } + ], + "name": "-ah-list-style-type", + "description": { + "value": "Specifies the list style.\n\nnone | <name> | <string>", + "kind": "markdown" + } + }, + { + "references": [ + { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.margin-break" + }, + { + "name": "Creating optional spaces around text inside a block (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/block\/indent-border-padding-1.pdf" + } + ], + "name": "-ah-margin-break", + "description": { + "value": "Specifies how to treat the margin when the page\/column breaks.\n\n[ auto | discard | keep ] keep?", + "kind": "markdown" + } + }, + { + "references": [ { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.max-logical-height" + } ], + "name": "-ah-max-logical-height", + "description": { + "value": "Specifies the maximum block progression dimension.\n\n<length> | <percentage> | none", + "kind": "markdown" + } + }, + { + "references": [ { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.max-logical-width" + } ], + "name": "-ah-max-logical-width", + "description": { + "value": "Specifies the maximum inline progression dimension.\n\n<length> | <percentage> | none", + "kind": "markdown" + } + }, + { + "references": [ { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.media-activation" + } ], + "name": "-ah-media-activation", + "description": { + "value": "Specifies when to activate \/ deactivate the rich media.\n\n[ ExplicitlyActivated | PageOpen | PageVisible ]? [ ExplicitlyDeactivated | PageClose | PageInvisible ]?", + "kind": "markdown" + } + }, + { + "references": [ { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.media-duration" + } ], + "name": "-ah-media-duration", + "description": { + "value": "Specifies the duration of a time period of the multimedia.\n\nintrinsic | infinity | <number>", + "kind": "markdown" + } + }, + { + "references": [ { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.media-extraction-policy" + } ], + "name": "-ah-media-extraction-policy", + "description": { + "value": "Specifies whether the creation of temporary files is allowed or not when playing the multimedia.\n\ntempnever | tempextract | tempaccess | tempalways", + "kind": "markdown" + } + }, + { + "references": [ { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.media-flash-context-menu" + } ], + "name": "-ah-media-flash-context-menu", + "description": { + "value": "Specifies whether to display the context menu of Flash When embedding Flash in the rich media.\n\ntrue | false", + "kind": "markdown" + } + }, + { + "references": [ { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.media-flash-vars" + } ], + "name": "-ah-media-flash-vars", + "description": { + "value": "Specifies the variable when embedding Flash in the rich media.\n\n<string>", + "kind": "markdown" + } + }, + { + "references": [ { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.media-play-mode" + } ], + "name": "-ah-media-play-mode", + "description": { + "value": "Specifies the number of times to play the multimedia.\n\nonce | continuously | <number>", + "kind": "markdown" + } + }, + { + "references": [ { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.media-skin-auto-hide" + } ], + "name": "-ah-media-skin-auto-hide", + "description": { + "value": "Specifies whether to automatically hide rich media skins or not.\n\ntrue | false", + "kind": "markdown" + } + }, + { + "references": [ { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.media-skin-color" + } ], + "name": "-ah-media-skin-color", + "description": { + "value": "Specifies the skin color of the rich media.\n\nauto | <color>", + "kind": "markdown" + } + }, + { + "references": [ { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.media-skin-control" + } ], + "name": "-ah-media-skin-control", + "description": { + "value": "Specifies the skin control of the rich media.\n\nnone | all | [ play || stop || forward || rewind || seek || mute || volume ]", + "kind": "markdown" + } + }, + { + "references": [ { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.media-transparent-background" + } ], + "name": "-ah-media-transparent-background", + "description": { + "value": "Specifies whether to make the background transparent when embedding Flash in the rich media.\n\ntrue | false", + "kind": "markdown" + } + }, + { + "references": [ { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.media-volume" + } ], + "name": "-ah-media-volume", + "description": { + "value": "Specifies the volume of the sound when playing the multimedia.\n\n<percentage> | <number> | auto", + "kind": "markdown" + } + }, + { + "references": [ { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.media-window-height" + } ], + "name": "-ah-media-window-height", + "description": { + "value": "Specifies the height of the rich media window.\n\nauto | <length>", + "kind": "markdown" + } + }, + { + "references": [ { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.media-window-width" + } ], + "name": "-ah-media-window-width", + "description": { + "value": "Specifies the width of the rich media window.\n\nauto | <length>", + "kind": "markdown" + } + }, + { + "references": [ { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.merge-sequential-page-numbers" + } ], + "name": "-ah-merge-sequential-page-numbers", + "description": { + "value": "Specifies the page number reference to be merged.\n\nmerge | merge-f | merge-ff | leave-separate", + "kind": "markdown" + } + }, + { + "references": [ { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.min-logical-height" + } ], + "name": "-ah-min-logical-height", + "description": { + "value": "Specifies the minimum block progression dimension.\n\n<length> | <percentage>", + "kind": "markdown" + } + }, + { + "references": [ { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.min-logical-width" + } ], + "name": "-ah-min-logical-width", + "description": { + "value": "Specifies the minimum inline progression dimension.\n\n<length> | <percentage>", + "kind": "markdown" + } + }, + { + "references": [ + { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.multimedia-treatment" + }, + { + "name": "Embedded and External Multimedia Data (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/pdf\/axf-multimedia-treatment-1.pdf" + }, + { + "name": "Rich Media Annotations (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/pdf\/axf-richmedia-1.pdf" + } + ], + "name": "-ah-multimedia-treatment", + "description": { + "value": "Specifies whether to embed Multimedia in PDF.\n\nauto | embed | absolute-link | relative-link | richmedia | richmedia-windowed", + "kind": "markdown" + } + }, + { + "references": [ + { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.negative" + }, + { + "name": "Introduction to CSS for Paged Media", + "url": "https:\/\/www.antennahouse.com\/hubfs\/uploads\/CSS\/CSS-Print-en-2019-02-15.pdf#nameddest=Negative" + } + ], + "name": "negative", + "description": { "value": "☞ @counter-style\n\n<symbol> <symbol>?","kind": "markdown" } + }, + { + "references": [ + { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.negative" + }, + { + "name": "Introduction to CSS for Paged Media", + "url": "https:\/\/www.antennahouse.com\/hubfs\/uploads\/CSS\/CSS-Print-en-2019-02-15.pdf#nameddest=Negative" + } + ], + "name": "-ah-negative", + "description": { "value": "☞ @counter-style\n\n<symbol> <symbol>?","kind": "markdown" } + }, + { + "references": [ { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.normalize" + } ], + "name": "-ah-normalize", + "description": { + "value": "Specifies the normalization of text.\n\nauto | none | nfc | nfkc | nfd | nfkd", + "kind": "markdown" + } + }, + { + "references": [ { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.normalize-exclude" + } ], + "name": "-ah-normalize-exclude", + "description": { + "value": "Specifies whether Composition Exclusions are excluded or not when the normalization is specified.\n\nfull-composition-exclusion | none", + "kind": "markdown" + } + }, + { + "references": [ + { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.table-column-span" + }, + { + "name": "Column span & row span (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/table\/table-spanned-1.pdf" + } + ], + "name": "table-column-span", + "description": { "value": "<number> | attr(...)","kind": "markdown" } + }, + { + "references": [ + { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.table-column-span" + }, + { + "name": "Column span & row span (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/table\/table-spanned-1.pdf" + } + ], + "name": "-ah-table-column-span", + "description": { "value": "<number> | attr(...)","kind": "markdown" } + }, + { + "references": [ + { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.table-row-span" + }, + { + "name": "Column span & row span (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/table\/table-spanned-1.pdf" + } + ], + "name": "table-row-span", + "description": { "value": "<number> | attr(...)","kind": "markdown" } + }, + { + "references": [ + { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.table-row-span" + }, + { + "name": "Column span & row span (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/table\/table-spanned-1.pdf" + } + ], + "name": "-ah-table-row-span", + "description": { "value": "<number> | attr(...)","kind": "markdown" } + }, + { + "references": [ { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.number-transform" + } ], + "name": "-ah-number-transform", + "description": { + "value": "Converts the number sequence in the character string.\n\nnone | kansuji | kansuji-if-vertical | <list-style-type> | <string>", + "kind": "markdown" + } + }, + { + "references": [ { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.object-fit" + } ], + "name": "object-fit", + "description": { "value": "fill | contain | cover | none | scale-down","kind": "markdown" } + }, + { + "references": [ { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.object-fit" + } ], + "name": "-ah-object-fit", + "description": { "value": "fill | contain | cover | none | scale-down","kind": "markdown" } + }, + { + "references": [ { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.object-position" + } ], + "name": "object-position", + "description": { + "value": "[<percentage> | <length> | left | center | right | top | bottom]{1,2}", + "kind": "markdown" + } + }, + { + "references": [ { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.object-position" + } ], + "name": "-ah-object-position", + "description": { + "value": "[<percentage> | <length> | left | center | right | top | bottom]{1,2}", + "kind": "markdown" + } + }, + { + "references": [ + { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.outline-color" + }, + { + "name": "Introduction to CSS for Paged Media", + "url": "https:\/\/www.antennahouse.com\/hubfs\/uploads\/CSS\/CSS-Print-en-2019-02-15.pdf#nameddest=BookmarkColor" + } + ], + "name": "-ah-outline-color", + "description": { + "value": "Specifies the color which appears as a title of bookmarks.\n\n<color>", + "kind": "markdown" + } + }, + { + "references": [ { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.outline-expand" + } ], + "name": "-ah-outline-expand", + "description": { + "value": "Specifies whether to display the lower hierarchy of bookmark items or not.\n\ntrue | false", + "kind": "markdown" + } + }, + { + "references": [ { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.outline-external-destination" + } ], + "name": "-ah-outline-external-destination", + "description": { + "value": "Sets the external link in the PDF bookmark.\n\n<uri-specification>", + "kind": "markdown" + } + }, + { + "references": [ + { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.outline-font-style" + }, + { + "name": "Introduction to CSS for Paged Media", + "url": "https:\/\/www.antennahouse.com\/hubfs\/uploads\/CSS\/CSS-Print-en-2019-02-15.pdf#nameddest=BookmarkStyle" + } + ], + "name": "-ah-outline-font-style", + "description": { + "value": "Specifies the font style which appears as a title of bookmarks.\n\nnormal | italic", + "kind": "markdown" + } + }, + { + "references": [ + { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.outline-font-weight" + }, + { + "name": "Introduction to CSS for Paged Media", + "url": "https:\/\/www.antennahouse.com\/hubfs\/uploads\/CSS\/CSS-Print-en-2019-02-15.pdf#nameddest=BookmarkWeight" + } + ], + "name": "-ah-outline-font-weight", + "description": { + "value": "Specifies the font weight which appears as a title of bookmarks.\n\nnormal | bold", + "kind": "markdown" + } + }, + { + "references": [ { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.outline-group" + } ], + "name": "-ah-outline-group", + "description": { + "value": "Groups bookmark items, and outputs them collectively.\n\n<string>", + "kind": "markdown" + } + }, + { + "references": [ { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.outline-internal-destination" + } ], + "name": "-ah-outline-internal-destination", + "description": { + "value": "Sets the internal link in the PDF bookmark.\n\n<idref> | <number-with-fragment>", + "kind": "markdown" + } + }, + { + "references": [ { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.outline-level" + } ], + "name": "-ah-outline-level", + "description": { + "value": "Indicates the hierarchy level of bookmark items.\n\n<number>", + "kind": "markdown" + } + }, + { + "references": [ { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.outline-title" + } ], + "name": "-ah-outline-title", + "description": { + "value": "Specifies the string which appears as a title of bookmarks.\n\n<string>", + "kind": "markdown" + } + }, + { + "references": [ { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.overflow-align" + } ], + "name": "-ah-overflow-align", + "description": { + "value": "Specifies the alignment of the overflowed block.\n\nnormal | start | end | center", + "kind": "markdown" + } + }, + { + "references": [ + { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.overflow-condense" + }, + { + "name": "Overflow extension (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/block\/axf-overflow-1.pdf" + }, + { + "name": "Specifying multiple condensing processes when text overflows (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/block\/axf-overflow-2.pdf" + }, + { + "name": "Specifying whether to justify the last line after condensing the overflow (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/block\/axf-condensed-text-align-last-1.pdf" + } + ], + "name": "-ah-overflow-condense", + "description": { + "value": "Specifies how to condense the overflowed text within the region.\n\n[ font-size | font-stretch | line-height | letter-spacing ]+ | auto | none", + "kind": "markdown" + } + }, + { + "references": [ + { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.overflow-condense-limit-font-size" + }, + { + "name": "Specifying multiple condensing processes when text overflows (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/block\/axf-overflow-2.pdf" + } + ], + "name": "-ah-overflow-condense-limit-font-size", + "description": { + "value": "Specifies the lower limit font size when axf:overflow-condense=\"font-size\" is specified.\n\nnone | [ <length> [ visible | hidden | error-if-overflow | repeat ]? ]", + "kind": "markdown" + } + }, + { + "references": [ + { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.overflow-condense-limit-font-stretch" + }, + { + "name": "Specifying multiple condensing processes when text overflows (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/block\/axf-overflow-2.pdf" + } + ], + "name": "-ah-overflow-condense-limit-font-stretch", + "description": { + "value": "Specifies the lower limit value when axf:overflow-condense=\"font-stretch\" is specified.\n\nnone | [ [ <number> | <percentage> ] [ visible | hidden | error-if-overflow | repeat ]? ]", + "kind": "markdown" + } + }, + { + "references": [ + { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.overflow-condense-limit-letter-spacing" + }, + { + "name": "Specifying multiple condensing processes when text overflows (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/block\/axf-overflow-2.pdf" + } + ], + "name": "-ah-overflow-condense-limit-letter-spacing", + "description": { + "value": "Specifies the lower limit value when axf:overflow-condense=\"letter-spacing\" is specified.\n\nnone | [ <length> [ visible | hidden | error-if-overflow | repeat ]? ]", + "kind": "markdown" + } + }, + { + "references": [ + { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.overflow-condense-limit-line-height" + }, + { + "name": "Specifying multiple condensing processes when text overflows (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/block\/axf-overflow-2.pdf" + } + ], + "name": "-ah-overflow-condense-limit-line-height", + "description": { + "value": "Specifies the lower limit value when axf:overflow-condense=\"line-height\" is specified.\n\nnone | [ <number> [ visible | hidden | error-if-overflow | repeat ]? ]", + "kind": "markdown" + } + }, + { + "references": [ { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.overflow-limit" + } ], + "name": "-ah-overflow-limit", + "description": { "value": "Specifies the overflow limit value.\n\n<length>{1,2}","kind": "markdown" } + }, + { + "references": [ { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.overflow-limit-block" + } ], + "name": "-ah-overflow-limit-block", + "description": { "value": "Specifies the block overflow limit value.\n\n<length>","kind": "markdown" } + }, + { + "references": [ { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.overflow-limit-inline" + } ], + "name": "-ah-overflow-limit-inline", + "description": { "value": "Specifies the inline overflow limit value.\n\n<length>","kind": "markdown" } + }, + { + "references": [ + { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.overflow-replace" + }, + { + "name": "Overflow extension (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/block\/axf-overflow-1.pdf" + } + ], + "name": "-ah-overflow-replace", + "description": { + "value": "Specifies an alternative character string for the overflowed text.\n\n<string>", + "kind": "markdown" + } + }, + { + "references": [ + { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.overprint" + }, + { + "name": "Overprint (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/pdf\/axf-overprint-1.pdf" + } + ], + "name": "-ah-overprint", + "description": { "value": "Specifies the overprint.\n\nauto | <overprint>#","kind": "markdown" } + }, + { + "references": [ + { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.pad" + }, + { + "name": "Introduction to CSS for Paged Media", + "url": "https:\/\/www.antennahouse.com\/hubfs\/uploads\/CSS\/CSS-Print-en-2019-02-15.pdf#nameddest=Pad" + } + ], + "name": "pad", + "description": { "value": "☞ @counter-style\n\n<integer> && <symbol>","kind": "markdown" } + }, + { + "references": [ + { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.pad" + }, + { + "name": "Introduction to CSS for Paged Media", + "url": "https:\/\/www.antennahouse.com\/hubfs\/uploads\/CSS\/CSS-Print-en-2019-02-15.pdf#nameddest=Pad" + } + ], + "name": "-ah-pad", + "description": { "value": "☞ @counter-style\n\n<integer> && <symbol>","kind": "markdown" } + }, + { + "references": [ { "name": "XSL 1.1","url": "https:\/\/www.w3.org\/TR\/xsl11\/#padding-after" } ], + "name": "-ah-padding-after", + "description": { "value": " | ","kind": "markdown" } + }, + { + "references": [ { "name": "XSL 1.1","url": "https:\/\/www.w3.org\/TR\/xsl11\/#padding-before" } ], + "name": "-ah-padding-before", + "description": { "value": " | ","kind": "markdown" } + }, + { + "references": [ { "name": "XSL 1.1","url": "https:\/\/www.w3.org\/TR\/xsl11\/#padding-end" } ], + "name": "-ah-padding-end", + "description": { "value": " | ","kind": "markdown" } + }, + { + "references": [ { "name": "XSL 1.1","url": "https:\/\/www.w3.org\/TR\/xsl11\/#padding-start" } ], + "name": "-ah-padding-start", + "description": { "value": " | ","kind": "markdown" } + }, + { + "references": [ + { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.page" + }, + { + "name": "Introduction to CSS for Paged Media", + "url": "https:\/\/www.antennahouse.com\/hubfs\/uploads\/CSS\/CSS-Print-en-2019-02-15.pdf#nameddest=PageMaster" + } + ], + "name": "page", + "description": { "value": "auto | <identifier>+ auto?","kind": "markdown" } + }, + { + "references": [ + { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.page" + }, + { + "name": "Introduction to CSS for Paged Media", + "url": "https:\/\/www.antennahouse.com\/hubfs\/uploads\/CSS\/CSS-Print-en-2019-02-15.pdf#nameddest=PageMaster" + } + ], + "name": "-ah-page", + "description": { "value": "auto | <identifier>+ auto?","kind": "markdown" } + }, + { + "references": [ + { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.pdftag" + }, + { + "name": "Introduction to CSS for Paged Media", + "url": "https:\/\/www.antennahouse.com\/hubfs\/uploads\/CSS\/CSS-Print-en-2019-02-15.pdf#nameddest=pdftag" + } + ], + "name": "-ah-pdftag", + "description": { "value": "Specifies the tag name of Tagged PDF.\n\n<string>","kind": "markdown" } + }, + { + "references": [ { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.poster-content-type" + } ], + "name": "-ah-poster-content-type", + "description": { + "value": "Specifies the content type of the poster image for embedded multimedia.\n\n<string> | auto", + "kind": "markdown" + } + }, + { + "references": [ { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.poster-image" + } ], + "name": "-ah-poster-image", + "description": { + "value": "Specifies the poster image for embedded multimedia.\n\n<uri-specification> | none | auto", + "kind": "markdown" + } + }, + { + "references": [ + { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.prefix" + }, + { + "name": "Introduction to CSS for Paged Media", + "url": "https:\/\/www.antennahouse.com\/hubfs\/uploads\/CSS\/CSS-Print-en-2019-02-15.pdf#nameddest=Prefix" + } + ], + "name": "prefix", + "description": { "value": "☞ @counter-style\n\n<symbol>","kind": "markdown" } + }, + { + "references": [ + { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.prefix" + }, + { + "name": "Introduction to CSS for Paged Media", + "url": "https:\/\/www.antennahouse.com\/hubfs\/uploads\/CSS\/CSS-Print-en-2019-02-15.pdf#nameddest=Prefix" + } + ], + "name": "-ah-prefix", + "description": { "value": "☞ @counter-style\n\n<symbol>","kind": "markdown" } + }, + { + "references": [ { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.printer-bin-selection" + } ], + "name": "-ah-printer-bin-selection", + "description": { "value": "Selects the printer tray.\n\n<string> | <integer>","kind": "markdown" } + }, + { + "references": [ { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.printer-duplex" + } ], + "name": "-ah-printer-duplex", + "description": { "value": "Specifies to print in duplex mode.\n\n<integer>","kind": "markdown" } + }, + { + "references": [ + { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.printer-marks" + }, + { + "name": "Introduction to CSS for Paged Media", + "url": "https:\/\/www.antennahouse.com\/hubfs\/uploads\/CSS\/CSS-Print-en-2019-02-15.pdf#nameddest=MarksView" + }, + { + "name": "Printer Marks (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/pdf\/axf-printer-marks-1.pdf" + }, + { + "name": "crop-trim, cross-circle, cross-registration (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/pdf\/axf-printer-marks-2.pdf" + } + ], + "name": "marks", + "description": { + "value": "Specifies the Printing marks, such as a crop mark. Specifies the action of external link.\n\n[ [ crop | crop-trim ] || [ cross | cross-circle | cross-registration ] || <uri-specification>+ ] | none", + "kind": "markdown" + } + }, + { + "references": [ + { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.printer-marks" + }, + { + "name": "Introduction to CSS for Paged Media", + "url": "https:\/\/www.antennahouse.com\/hubfs\/uploads\/CSS\/CSS-Print-en-2019-02-15.pdf#nameddest=MarksView" + }, + { + "name": "Printer Marks (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/pdf\/axf-printer-marks-1.pdf" + }, + { + "name": "crop-trim, cross-circle, cross-registration (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/pdf\/axf-printer-marks-2.pdf" + } + ], + "name": "-ah-marks", + "description": { + "value": "Specifies the Printing marks, such as a crop mark. Specifies the action of external link.\n\n[ [ crop | crop-trim ] || [ cross | cross-circle | cross-registration ] || <uri-specification>+ ] | none", + "kind": "markdown" + } + }, + { + "references": [ + { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.printer-marks" + }, + { + "name": "Introduction to CSS for Paged Media", + "url": "https:\/\/www.antennahouse.com\/hubfs\/uploads\/CSS\/CSS-Print-en-2019-02-15.pdf#nameddest=MarksView" + }, + { + "name": "Printer Marks (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/pdf\/axf-printer-marks-1.pdf" + }, + { + "name": "crop-trim, cross-circle, cross-registration (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/pdf\/axf-printer-marks-2.pdf" + } + ], + "name": "-ah-printer-marks", + "description": { + "value": "Specifies the Printing marks, such as a crop mark. Specifies the action of external link.\n\n[ [ crop | crop-trim ] || [ cross | cross-circle | cross-registration ] || <uri-specification>+ ] | none", + "kind": "markdown" + } + }, + { + "references": [ + { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.printer-marks-line-color" + }, + { + "name": "Introduction to CSS for Paged Media", + "url": "https:\/\/www.antennahouse.com\/hubfs\/uploads\/CSS\/CSS-Print-en-2019-02-15.pdf#nameddest=MarksColor" + } + ], + "name": "-ah-printer-marks-line-color", + "description": { + "value": "Specifies the line color of printer marks.\n\n<color> | auto", + "kind": "markdown" + } + }, + { + "references": [ + { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.printer-marks-line-length" + }, + { + "name": "Introduction to CSS for Paged Media", + "url": "https:\/\/www.antennahouse.com\/hubfs\/uploads\/CSS\/CSS-Print-en-2019-02-15.pdf#nameddest=MarksLength" + } + ], + "name": "-ah-printer-marks-line-length", + "description": { + "value": "Specifies the line length of printer marks.\n\n<length> | auto", + "kind": "markdown" + } + }, + { + "references": [ + { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.printer-marks-line-width" + }, + { + "name": "Introduction to CSS for Paged Media", + "url": "https:\/\/www.antennahouse.com\/hubfs\/uploads\/CSS\/CSS-Print-en-2019-02-15.pdf#nameddest=MarksWidth" + } + ], + "name": "-ah-printer-marks-line-width", + "description": { + "value": "Specifies the line width of printer marks.\n\n<length> | auto", + "kind": "markdown" + } + }, + { + "references": [ { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.printer-marks-spine-width" + } ], + "name": "-ah-printer-marks-spine-width", + "description": { + "value": "Specifies the spine width of the facing page.\n\n<length>", + "kind": "markdown" + } + }, + { + "references": [ { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.printer-marks-zero-margin" + } ], + "name": "-ah-printer-marks-zero-margin", + "description": { + "value": "Specifies the margin between the page and the printer marks when bleed is 0.\n\n<length> | auto", + "kind": "markdown" + } + }, + { + "references": [ + { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.punctuation-spacing" + }, + { + "name": "Trimming the space between full-width punctuation and full-width character (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/line\/axf-punctuation-spacing-1.pdf" + } + ], + "name": "-ah-punctuation-spacing", + "description": { + "value": "Specifies the trimming spacing between a full width punctuation and a full width character in Japanese.\n\n<length> | <percentage> | auto", + "kind": "markdown" + } + }, + { + "references": [ + { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.punctuation-trim" + }, + { + "name": "Introduction to CSS for Paged Media", + "url": "https:\/\/www.antennahouse.com\/hubfs\/uploads\/CSS\/CSS-Print-en-2019-02-15.pdf#nameddest=PunctuationTrim" + }, + { + "name": "Trimming Japanese full-width punctuation (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/line\/axf-punctuation-trim-1.pdf" + } + ], + "name": "punctuation-trim", + "description": { + "value": "The axf:punctuation-trim specifies whether to treat full width punctuation marks as half width in Japanese.\n\nnone | auto | all | [ [ start | start-except-first ] || [ end | allow-end | end-except-fullstop ] || adjacent ] | <string>", + "kind": "markdown" + } + }, + { + "references": [ + { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.punctuation-trim" + }, + { + "name": "Introduction to CSS for Paged Media", + "url": "https:\/\/www.antennahouse.com\/hubfs\/uploads\/CSS\/CSS-Print-en-2019-02-15.pdf#nameddest=PunctuationTrim" + }, + { + "name": "Trimming Japanese full-width punctuation (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/line\/axf-punctuation-trim-1.pdf" + } + ], + "name": "-ah-punctuation-trim", + "description": { + "value": "The axf:punctuation-trim specifies whether to treat full width punctuation marks as half width in Japanese.\n\nnone | auto | all | [ [ start | start-except-first ] || [ end | allow-end | end-except-fullstop ] || adjacent ] | <string>", + "kind": "markdown" + } + }, + { + "references": [ + { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.quotetype" + }, + { + "name": "Specifying the direction of quotation marks (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/character\/axf-quotetype-1.pdf" + } + ], + "name": "-ah-quotetype", + "description": { "value": "Specifies the direction of the quotes.\n\nQU | OP | CL","kind": "markdown" } + }, + { + "references": [ + { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.range" + }, + { + "name": "Introduction to CSS for Paged Media", + "url": "https:\/\/www.antennahouse.com\/hubfs\/uploads\/CSS\/CSS-Print-en-2019-02-15.pdf#nameddest=Range" + } + ], + "name": "range", + "description": { + "value": "☞ @counter-style\n\n[ [ <integer> | infinite ]{2} ]# | auto", + "kind": "markdown" + } + }, + { + "references": [ + { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.range" + }, + { + "name": "Introduction to CSS for Paged Media", + "url": "https:\/\/www.antennahouse.com\/hubfs\/uploads\/CSS\/CSS-Print-en-2019-02-15.pdf#nameddest=Range" + } + ], + "name": "-ah-range", + "description": { + "value": "☞ @counter-style\n\n[ [ <integer> | infinite ]{2} ]# | auto", + "kind": "markdown" + } + }, + { + "references": [ + { "name": "XSL 1.1","url": "https:\/\/www.w3.org\/TR\/xsl11\/#reference-orientation" }, + { + "name": "Rotating table (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/table\/table-rotate-1.pdf" + }, + { + "name": "Writing direction in the region-start\/end (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/structure\/region-start-end-direction-1.pdf" + } + ], + "name": "-ah-reference-orientation", + "description": { "value": "0 | 90 | 180 | 270 | -90 | -180 | -270","kind": "markdown" } + }, + { + "references": [ + { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.repeat-cell-content-at-break" + }, + { + "name": "Introduction to CSS for Paged Media", + "url": "https:\/\/www.antennahouse.com\/hubfs\/uploads\/CSS\/CSS-Print-en-2019-02-15.pdf#nameddest=table-repeat-cell-content-at-break" + } + ], + "name": "-ah-repeat-cell-content-at-break", + "description": { + "value": "Specifies whether to copy the contents of a cell when a cell breaks.\n\ntrue | false", + "kind": "markdown" + } + }, + { + "references": [ { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.reverse-diagonal-border-color" + } ], + "name": "-ah-reverse-diagonal-border-color", + "description": { + "value": "Specifies the color of the reverse diagonal border.\n\n<color>", + "kind": "markdown" + } + }, + { + "references": [ { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.reverse-diagonal-border-style" + } ], + "name": "-ah-reverse-diagonal-border-style", + "description": { + "value": "Specifies the style of the reverse diagonal border.\n\n<border-style>", + "kind": "markdown" + } + }, + { + "references": [ { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.reverse-diagonal-border-width" + } ], + "name": "-ah-reverse-diagonal-border-width", + "description": { + "value": "Specifies the width of the reverse diagonal border.\n\n<border-width>", + "kind": "markdown" + } + }, + { + "references": [ + { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.reverse-page" + }, + { + "name": "Page numbers with mixed horizontal and vertical pages (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/page-set\/axf-reverse-page-number-1.pdf" + } + ], + "name": "-ah-reverse-page", + "description": { "value": "Outputs pages in reverse order.\n\ntrue | false","kind": "markdown" } + }, + { + "references": [ { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.revision-bar-color" + } ], + "name": "-ah-revision-bar-color", + "description": { "value": "Specifies the color of the revision bar.\n\n<color>","kind": "markdown" } + }, + { + "references": [ { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.revision-bar-offset" + } ], + "name": "-ah-revision-bar-offset", + "description": { "value": "Specifies the offset of the revision bar.\n\n<length>","kind": "markdown" } + }, + { + "references": [ { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.revision-bar-position" + } ], + "name": "-ah-revision-bar-position", + "description": { + "value": "Specifies the position of the revision bar.\n\nstart | end | inside | outside | alternate | both", + "kind": "markdown" + } + }, + { + "references": [ { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.revision-bar-style" + } ], + "name": "-ah-revision-bar-style", + "description": { + "value": "Specifies the style of the revision bar.\n\n<border-style>", + "kind": "markdown" + } + }, + { + "references": [ { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ext.html#axf.revision-bar-width" + } ], + "name": "-ah-revision-bar-width", + "description": { + "value": "Specifies the width of the revision bar.\n\n<border-width>", + "kind": "markdown" + } + }, + { + "references": [ + { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ruby.html#axf.ruby-align" + }, + { + "name": "Ruby alignment (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/ruby\/axf-ruby-3.pdf" + } + ], + "name": "ruby-align", + "description": { + "value": "Specifies the alignment of ruby.\n\nauto | [[space-between | space-around] || [center | start | end | start-if-vertical]]", + "kind": "markdown" + } + }, + { + "references": [ + { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ruby.html#axf.ruby-align" + }, + { + "name": "Ruby alignment (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/ruby\/axf-ruby-3.pdf" + } + ], + "name": "-ah-ruby-align", + "description": { + "value": "Specifies the alignment of ruby.\n\nauto | [[space-between | space-around] || [center | start | end | start-if-vertical]]", + "kind": "markdown" + } + }, + { + "references": [ { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ruby.html#axf.ruby-color" + } ], + "name": "-ah-ruby-color", + "description": { "value": "Specifies the color of ruby text.\n\n<color>","kind": "markdown" } + }, + { + "references": [ + { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ruby.html#axf.ruby-condense" + }, + { + "name": "How ruby overhangs text (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/ruby\/axf-ruby-4.pdf" + } + ], + "name": "-ah-ruby-condense", + "description": { + "value": "Specifies the font condense when the ruby text is longer than its base.\n\nnone | <percentage> | <number>", + "kind": "markdown" + } + }, + { + "references": [ { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ruby.html#axf.ruby-font-family" + } ], + "name": "-ah-ruby-font-family", + "description": { + "value": "Specifies the font family of ruby text.\n\n[ <family-name> | <generic-family> ]#", + "kind": "markdown" + } + }, + { + "references": [ { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ruby.html#axf.ruby-font-size" + } ], + "name": "-ah-ruby-font-size", + "description": { + "value": "Specifies the font size of ruby text.\n\n<number> | <absolute-size> | <relative-size> | <length> | <percentage>", + "kind": "markdown" + } + }, + { + "references": [ { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ruby.html#axf.ruby-font-stretch" + } ], + "name": "-ah-ruby-font-stretch", + "description": { + "value": "Specifies the font stretching of ruby text.\n\nnormal | wider | narrower | ultra-condensed | extra-condensed | condensed | semi-condensed | semi-expanded | expanded | extra-expanded | ultra-expanded | <percentage> | <number>", + "kind": "markdown" + } + }, + { + "references": [ { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ruby.html#axf.ruby-font-style" + } ], + "name": "-ah-ruby-font-style", + "description": { "value": "Specifies the font style of ruby text.\n\nnormal | italic","kind": "markdown" } + }, + { + "references": [ { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ruby.html#axf.ruby-font-weight" + } ], + "name": "-ah-ruby-font-weight", + "description": { + "value": "Specifies the font weight of ruby text.\n\nnormal | bold | bolder | lighter | 1...1000", + "kind": "markdown" + } + }, + { + "references": [ + { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ruby.html#axf.ruby-limit-overhang" + }, + { + "name": "How ruby overhangs text (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/ruby\/axf-ruby-4.pdf" + } + ], + "name": "-ah-ruby-limit-overhang", + "description": { + "value": "Specifies the limit of the amount that ruby overhangs the adjacent base character when ruby is longer than its own base character.\n\n<number> | <length> | <percentage>", + "kind": "markdown" + } + }, + { + "references": [ + { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ruby.html#axf.ruby-limit-space" + }, + { + "name": "How ruby overhangs text (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/ruby\/axf-ruby-4.pdf" + } + ], + "name": "-ah-ruby-limit-space", + "description": { + "value": "Specifies the limit of the amount of spaces leading and following the ruby text when the ruby text is shorter than its base characters.\n\n<number> | <length> | <percentage> | none", + "kind": "markdown" + } + }, + { + "references": [ { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ruby.html#axf.ruby-minimum-font-size" + } ], + "name": "-ah-ruby-minimum-font-size", + "description": { + "value": "Specifies the minimum font size of ruby text.\n\nnone | <absolute-size> | <relative-size> | <length> | <percentage>", + "kind": "markdown" + } + }, + { + "references": [ { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ruby.html#axf.ruby-offset" + } ], + "name": "-ah-ruby-offset", + "description": { + "value": "Specifies the spacing between the ruby text and its base characters.\n\n<number> | <length> | <percentage>", + "kind": "markdown" + } + }, + { + "references": [ + { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ruby.html#axf.ruby-overhang" + }, + { + "name": "How ruby overhangs text (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/ruby\/axf-ruby-4.pdf" + } + ], + "name": "ruby-overhang", + "description": { + "value": "Specifies how ruby overhangs the adjacent base character.\n\nnone | auto | [start || end || except-kanji || except-katakana || except-hiragana || except-kana || except-start-open-parenthesis || except-end-close-parenthesis]", + "kind": "markdown" + } + }, + { + "references": [ + { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ruby.html#axf.ruby-overhang" + }, + { + "name": "How ruby overhangs text (FO)", + "url": "https:\/\/www.antennahouse.com\/hubfs\/xsl-fo-sample\/ruby\/axf-ruby-4.pdf" + } + ], + "name": "-ah-ruby-overhang", + "description": { + "value": "Specifies how ruby overhangs the adjacent base character.\n\nnone | auto | [start || end || except-kanji || except-katakana || except-hiragana || except-kana || except-start-open-parenthesis || except-end-close-parenthesis]", + "kind": "markdown" + } + }, + { + "references": [ { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ruby.html#axf.ruby-position" + } ], + "name": "ruby-position", + "description": { + "value": "Specifies on which side of the base characters the ruby text appears.\n\nbefore | after | [[ over | under | inter-character ] || [ right | left ]]", + "kind": "markdown" + } + }, + { + "references": [ { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ruby.html#axf.ruby-position" + } ], + "name": "-ah-ruby-position", + "description": { + "value": "Specifies on which side of the base characters the ruby text appears.\n\nbefore | after | [[ over | under | inter-character ] || [ right | left ]]", + "kind": "markdown" + } + }, + { + "references": [ { + "name": "AH Formatter manual", + "url": "https:\/\/www.antenna.co.jp\/AHF\/help\/en\/ahf-ruby.html#axf.ruby-small-kana" + } ], + "name": "-ah-ruby-small-kana", + "description": { + "value": "Specifies whether to allow using small kana for ruby text.\n\nauto | preserve| convert", + "kind": "markdown" + } + }, + { + "references": [ { "name": "XSL 1.1","url": "https:\/\/www.w3.org\/TR\/xsl11\/#scaling" } ], + "name": "-ah-scaling", + "description": { "value": "uniform | non-uniform","kind": "markdown" } + }, + { + "references": [ { "name": "XSL 1.1","url": "https:\/\/www.w3.org\/TR\/xsl11\/#score-spaces" } ], + "name": "-ah-score-spaces", + "description": { "value": "true | false","kind": "markdown" } + }, + { + "references": [ { "name": "XSL 1.1","url": "https:\/\/www.w3.org\/TR\/xsl11\/#script" } ], + "name": "-ah-script", + "description": { "value": "none | auto |