public class BodyPr extends Object implements OOXMLElement
| Constructor and Description |
|---|
BodyPr() |
BodyPr(BodyPr tpr) |
BodyPr(HashMap<String,String> attrs,
io.starter.formats.OOXML.PrstTxWarp txwarp,
boolean spAutoFit) |
BodyPr(int hrot,
String vert)
defines the body properties for the text body within a shape
|
| Modifier and Type | Method and Description |
|---|---|
OOXMLElement |
cloneElement() |
String |
getOOXML() |
static OOXMLElement |
parseOOXML(org.xmlpull.v1.XmlPullParser xpp,
Stack<String> lastTag) |
public BodyPr()
public BodyPr(HashMap<String,String> attrs, io.starter.formats.OOXML.PrstTxWarp txwarp, boolean spAutoFit)
public BodyPr(BodyPr tpr)
public BodyPr(int hrot,
String vert)
hrot - vert - Determines if the text within the given text body should be displayed vertically. If this attribute is omitted, then a value of horz, or no vertical text is implied.
vert Determines if all of the text is vertical orientation (each line is 90 degrees rotated clockwise, so it goes from top to bottom; each next line is to the left from the previous one).
vert270 Determines if all of the text is vertical orientation (each line is 270 degrees rotated clockwise, so it goes from bottom to top; each next line is to the right from the previous one).
wordArtVert Determines if all of the text is vertical ("one letter on top of another").
wordArtVertRtl Specifies that vertical WordArt should be shown from right to left rather than left to right.
eaVert A special version of vertical text, where some fonts are displayed as if rotated by 90 degrees while some fonts (mostly East Asian) are displayed vertical.public static OOXMLElement parseOOXML(org.xmlpull.v1.XmlPullParser xpp, Stack<String> lastTag)
public String getOOXML()
getOOXML in interface OOXMLElementOOXMLElement.getOOXML()public OOXMLElement cloneElement()
cloneElement in interface OOXMLElementOOXMLElement.cloneElement()Copyright © 2002–2019 Starter Inc.. All rights reserved.