...
| Supported tags by FoxyPreviewer | ||||
|---|---|---|---|---|
| Start tag | End tag | Notice | ||
| Bold | <b> |
| ||
| Italic | <i> | </i> | ||
| Underline | <u> | </u> | ||
| StrikeThru | <s> | </s> | ||
| Color | <color=> | </color> |
| rgba(), hsla(), cmyka() was add in XFRX 23XFRX 24.0 |
<c=> | </c> | | ||
| Back Color | <highlight=> | </highlight> |
| |
<h=> | </h> | | ||
| Font Name | <fontname=""> | </fontname> | ||
<fname=""> | </fname> | |||
Font Size | <fontsize=> | </fontsize> | | |
<fsize=> | </fsize> | | ||
| Fonty style | <fontstyle=""> | </fontstyle> |
| |
<fstyle=""> | </fstyle> | |||
| CRLF | <br> | |||
...
| CSS attributes | ||
| Name | Values | Notice |
|---|---|---|
| left | size | percent | 10pt or 12px or 1cm 10% |
| top | size | percent | 10pt or 12px or 1cm 10% |
| width | size | percent | 10pt or 12px or 1cm 10% |
| height | size | percent | 10pt or 12px or 1cm 10% |
| right | size | percent | 10pt or 12px or 1cm 10% |
| position | static | relative | absolute | relative-paragraph | |
| stretch | clip | isometric | stretch | |
| curvature | number | without units |
| float | left | right | center | text-top-bottom | text-rectangle | For values left | right can be position only static. |
| wrap-image | text-top-bottom | text-rectangle | Attribute added in XFRX 17.2.0. |
| wrap-side | both | left | right | Attribute added in XFRX 17.2.0. |
list-style-type | decimal | | Values none, circle, disc, square, diamond, custom added in XFRX 21.0 |
| list-style-bullet | #dec #xhex | Attribute added in XFRX 21.0.0. Applied for list-style-type:custom |
list-style-image | url('') | url('filename.png') 'expression' |
| list-style-position | outside | outside-right | | Attribute added in XFRX 21.0.0. Values outside and inside are from CSS. *left - align bullet to left |
| list-style-bullet-postfix | space | none | tab | Attribute added in XFRX 21.0.0. space - add space after bullet (default value) |
| charset | windows-1250 | windows-1252 | windows-1251 | which knows VFP windows-42 is for symbol font |
| direction | ltr | rtl | |
| font-name | "Arial" | "Symbols" etc. | |
| font-size | size | 10pt or 12px or 1cm |
| tab-size | size | 10pt or 12px or 1cm |
| tab-stops | left size center size right size | left 1in center 1in right 1in; |
| text-align | left | center | right | block | justify | |
| text-indent | size | 10pt or 12px or 1cm |
| font-style | normal | italic | inherit | |
| font-weight | normal | bold | inherit | |
| text-decoration | normal | underline | line-through | inherit | |
| background-color | R,G,B | #HEX | "WEB Color Name" | | rgba(), hsla(), cmyka() was add in XFRX 23XFRX 24.0 |
| color | R,G,B | #HEX | "WEB Color Name" | rgb(r,g,b) | hsl(h,s,l) | cmyk(c,m,y,k) | rgba(r,g,b,a) | hsla(h,s,l,a) | cmyka(c,m,y,k,a) | rgba(), hsla(), cmyka() was add in XFRX 23XFRX 24.0 |
| line-height | size | number | percent | 10pt or 12px or 1cm 2.5 is coficient for paragraph font-size 250% is coficient for paragraph font-size |
| margin | A A B A B C A B C D | top-right-bottom-left top-bottom, right-left top, right-left, bottom top, right, bottom left |
| margin-top | size | |
| margin-right | size | percent | |
| margin-bottom | size | |
| margin-left | size | percent | |
| padding | A A B A B C A B C D | top-right-bottom-left top-bottom, right-left top, right-left, bottom top, right, bottom left |
| padding-top | size | |
| padding-right | size | percent | |
| padding-bottom | size | |
| padding-left | size | percent | |
| border-width | size | medium | thin | thick | medium, thin, thick was add in XFRX 21.1 |
| border-style | none | dotted | dashed | dashdot | dashdotdot | solid | |
| units | px | pt | in | cm | mm | pc | % | rem | em | ex | vw | vh | vmin | vmax | tw | % (only for width, height, left, top, right, margin, padding, font-size, line-height) Unit vh is meaningful for fixed height of textbox in report.
|
...