From a6c216ca84d2735b3276845d47b4c4dbf93a32ef Mon Sep 17 00:00:00 2001 From: William Victor Mote Date: Tue, 8 Jul 2003 19:08:29 +0000 Subject: [PATCH] add more content on Attributes git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196659 13f79535-47bb-0310-9956-ffa450edef68 --- .../content/xdocs/dev/rtflib.xml | 106 +++++++++++++++++- 1 file changed, 105 insertions(+), 1 deletion(-) diff --git a/src/documentation/content/xdocs/dev/rtflib.xml b/src/documentation/content/xdocs/dev/rtflib.xml index fc9beb103..a29621428 100644 --- a/src/documentation/content/xdocs/dev/rtflib.xml +++ b/src/documentation/content/xdocs/dev/rtflib.xml @@ -149,7 +149,11 @@ A quick look at the Abstract Alignment + . + + + Alignment + . Align Left @@ -193,11 +197,111 @@ A quick look at the Abstract . + + + Left indent body + RtfText.LEFT_INDENT_BODY + (int) "hundredths of a character unit" (?) + \li + + + Left indent first + RtfText.LEFT_INDENT_FIRST + (int) "hundredths of a character unit" (?) + \fi + + + Borders + . + + + Bottom single border + RtfText.BDR_BOTTOM_SINGLE + Boolean? + brdrb\\brsp40\\brdrs + + + Bottom double border + RtfText.BDR_BOTTOM_DOUBLE + Boolean? + brdrb\\brsp40\\brdrdb + + + Bottom embossed border + RtfText.BDR_BOTTOM_EMBOSS + Boolean? + brdrb\\brsp40\\brdremboss + + + bottom dotted border + RtfText.BDR_BOTTOM_DOTTED + Boolean? + brdrb\\brsp40\\brdrdot + + + bottom dashed border + RtfText.BDR_BOTTOM_DASH + Boolean? + brdrb\\brsp40\\brdrdash +
Character Formatting

These attributes are set when creating a Paragraph, or Text.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DescriptionAttribute NameAttribute ValueRTF Control Word
BoldRtfText.ATTR_BOLDN/A (boolean)\b
ItalicRtfText.ATTR_ITALICN/A (boolean)\i
UnderlineRtfText.ATTR_UNDERLINEN/A (boolean), or (int) 0 to turn underling off\ul
Font SizeRtfText.ATTR_FONT_SIZE(int) font size in half-points\fs
Font FamilyRtfText.ATTR_FONT_FAMILY(int) entry in document font-table\f
Font ColorRtfText.ATTR_FONT_COLOR(int) entry in document color-table\cf
Background ColorRtfText.ATTR_BACKGROUND_COLOR(int) entry in document color-table\chcbpat
-- 2.39.5