Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

CSS attributes
NameValuesNotice
leftsize | percent10pt or 12px or 1cm
10% 
topsize | percent10pt or 12px or 1cm
10% 
widthsize | percent 10pt or 12px or 1cm
10% 
heightsize | percent 10pt or 12px or 1cm
10% 
rightsize | percent 10pt or 12px or 1cm
10% 



positionstatic | relative | absolute | relative-paragraph
stretchclip | isometric | stretch
curvaturenumberwithout units
floatleft | right | center | text-top-bottom | text-rectangle

For values left | right can be position only static.
For  values text-top-bottom | text-rectangle can be position only absolute | relative-paragraph.
Value center added in XFRX 17.2.0.
Values text-top-bottom | text-rectangle are deprecated since XFRX 17.2.0.

wrap-imagetext-top-bottom | text-rectangleAttribute  added in XFRX 17.2.0. 
wrap-sideboth | left | right Attribute  added in XFRX 17.2.0.  



list-style-type

decimal |
decimal with bracket |
upper roman |
upper roman with bracket |
upper latin |
upper latin with bracket |
lower latin |
lower latin with bracket |
upper roman |
upper roman with bracket |
none |
circle |
disc |
square |
diamond |
custom

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 |
outside-left |
outside-middle |
inside | inside-left |
inside-right |
inside-middle

Attribute  added in XFRX 21.0.0.  

Values outside and inside are from CSS.

*left - align bullet to left
*right - align bullet to right
*middle - align bullet to middle

list-style-bullet-postfixspace | none | tab

Attribute  added in XFRX 21.0.0.  

space - add space after bullet (default value)
none - 
tab - add tab after bullet (default size is 1em)

   
charsetwindows-1250 | windows-1252 |
windows-1251
which knows VFP
windows-42 is for symbol font
directionltr | rtl
font-name"Arial" | "Symbols" etc.
font-sizesize10pt or 12px or 1cm  
tab-sizesize10pt or 12px or 1cm
tab-stopsleft size center size right sizeleft 1in center 1in right 1in;
text-alignleft | center | right | block | justify
text-indentsize10pt or 12px or 1cm  
font-stylenormal | italic | inherit
font-weightnormal | bold | inherit 
text-decorationnormal | underline | line-through | inherit 
background-colorR,G,B | #HEX | "WEB Color Name" |
rgb(r,g,b) | hsl(h,s,l) | cmyk(c,m,y,k)

color R,G,B | #HEX | "WEB Color Name" |
rgb(r,g,b) | hsl(h,s,l) | cmyk(c,m,y,k)

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
   
marginA
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-topsize
margin-rightsize | percent
margin-bottomsize
margin-leftsize | percent
paddingA
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-topsize
padding-rightsize | percent
padding-bottomsize
padding-leftsize | percent
   
border-widthsize | medium | thin | thickmedium, thin, thick was add in XFRX 22XFRX 21.01
border-stylenone | dotted | dashed | dashdot | dashdotdot | solid
   
unitspx | 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.


Units vw,vh,vmin,vmax was add in XFRX 17.1.1
Unit tw was add in XFRX 17.1.3

...