public class RtfShapeProperty extends RtfAddableElement
Modifier and Type | Field and Description |
---|---|
static String |
PROPERTY_ADJUST_VALUE
Property for defining the first adjust handle for shapes.
|
static String |
PROPERTY_FILL_COLOR
Property for defining the fill color of the shape.
|
static String |
PROPERTY_FLIP_H
Property for signaling a horizontal flip of the shape.
|
static String |
PROPERTY_FLIP_V
Property for signaling a vertical flip of the shape.
|
static String |
PROPERTY_GEO_BOTTOM
Property for defining the maximum vertical coordinate that is
visible.
|
static String |
PROPERTY_GEO_LEFT
Property for defining the minimum horizontal coordinate that is
visible.
|
static String |
PROPERTY_GEO_RIGHT
Property for defining the maximum horizontal coordinate that is
visible.
|
static String |
PROPERTY_GEO_TOP
Property for defining the minimum vertical coordinate that is
visible.
|
static String |
PROPERTY_IMAGE
Property for defining an image.
|
static String |
PROPERTY_LAYOUT_IN_CELL
Property for defining that the shape is in a table cell.
|
static String |
PROPERTY_LINE_COLOR
Property for defining the line color of the shape.
|
static String |
PROPERTY_VERTICIES
Property for defining vertices in freeform shapes.
|
doc, inHeader, inTable
ACTION, attributes, BACKGROUND, COLOR, content, ENCODING, font, GENERICTAG, HSCALE, HYPHENATION, CHAR_SPACING, IMAGE, LOCALDESTINATION, LOCALGOTO, NEWLINE, NEWPAGE, NEXTPAGE, OBJECT_REPLACEMENT_CHARACTER, PDFANNOTATION, REMOTEGOTO, SEPARATOR, SKEW, SPLITCHARACTER, SUBSUPSCRIPT, TAB, TEXTRENDERMODE, UNDERLINE
CLOSE_GROUP, COMMA_DELIMITER, DELIMITER, OPEN_GROUP, TWIPS_FACTOR
ALIGN_BASELINE, ALIGN_BOTTOM, ALIGN_CENTER, ALIGN_JUSTIFIED, ALIGN_JUSTIFIED_ALL, ALIGN_LEFT, ALIGN_MIDDLE, ALIGN_RIGHT, ALIGN_TOP, ALIGN_UNDEFINED, ANCHOR, ANNOTATION, AUTHOR, CCITT_BLACKIS1, CCITT_ENCODEDBYTEALIGN, CCITT_ENDOFBLOCK, CCITT_ENDOFLINE, CCITTG3_1D, CCITTG3_2D, CCITTG4, CELL, CREATIONDATE, CREATOR, HEADER, CHAPTER, CHUNK, IMGRAW, IMGTEMPLATE, JBIG2, JPEG, JPEG2000, KEYWORDS, LIST, LISTITEM, MARKED, MULTI_COLUMN_TEXT, PARAGRAPH, PHRASE, PRODUCER, PTABLE, RECTANGLE, ROW, SECTION, SUBJECT, TABLE, TITLE, YMARK
Constructor and Description |
---|
RtfShapeProperty(String name,
boolean value)
Constructs a RtfShapeProperty with a boolean value.
|
RtfShapeProperty(String name,
Color value)
Constructs a RtfShapeProperty with a Color value.
|
RtfShapeProperty(String name,
double value)
Constructs a RtfShapeProperty with a double value.
|
RtfShapeProperty(String name,
Image value)
Constructs a RtfShapeProperty with an Image value.
|
RtfShapeProperty(String name,
int[] value)
Constructs a RtfShapeProperty with an int array value.
|
RtfShapeProperty(String name,
long value)
Constructs a RtfShapeProperty with a long value.
|
RtfShapeProperty(String name,
Point[] value)
Constructs a RtfShapeProperty with a Point array value.
|
Modifier and Type | Method and Description |
---|---|
String |
getName()
Gets the name of this RtfShapeProperty.
|
void |
writeContent(OutputStream result)
Writes the property definition.
|
intToByteArray, isEmpty, setInHeader, setInTable, setRtfDocument
append, getAttributes, getContent, getFont, getHorizontalScaling, getHyphenation, getCharacterSpacing, getChunks, getImage, getTextRise, getWidthPoint, hasAttributes, isContent, isNestable, process, setAction, setAnchor, setAnchor, setAnnotation, setAttributes, setBackground, setBackground, setFont, setGenericTag, setHorizontalScaling, setHyphenation, setCharacterSpacing, setLocalDestination, setLocalGoto, setNewPage, setRemoteGoto, setRemoteGoto, setSkew, setSplitCharacter, setTextRenderMode, setTextRise, setUnderline, setUnderline, toString, type
public static final String PROPERTY_IMAGE
public static final String PROPERTY_VERTICIES
public static final String PROPERTY_GEO_TOP
public static final String PROPERTY_GEO_LEFT
public static final String PROPERTY_GEO_RIGHT
public static final String PROPERTY_GEO_BOTTOM
public static final String PROPERTY_LAYOUT_IN_CELL
public static final String PROPERTY_FLIP_V
public static final String PROPERTY_FLIP_H
public static final String PROPERTY_FILL_COLOR
public static final String PROPERTY_LINE_COLOR
public static final String PROPERTY_ADJUST_VALUE
public RtfShapeProperty(String name, long value)
name
- The property name to use.value
- The long value to use.public RtfShapeProperty(String name, double value)
name
- The property name to use.value
- The double value to use.public RtfShapeProperty(String name, boolean value)
name
- The property name to use.value
- The boolean value to use.public RtfShapeProperty(String name, Color value)
name
- The property name to use.value
- The Color value to use.public RtfShapeProperty(String name, int[] value)
name
- The property name to use.value
- The int array to use.public RtfShapeProperty(String name, Point[] value)
name
- The property name to use.value
- The Point array to use.public String getName()
public void writeContent(OutputStream result) throws IOException
writeContent
in interface RtfBasicElement
writeContent
in class RtfAddableElement
result
- The OutputStream
to write the content toIOException
Copyright © 2015. All rights reserved.