public class RunProperties extends Object
Constructor and Description |
---|
RunProperties() |
Modifier and Type | Method and Description |
---|---|
org.apache.poi.xwpf.usermodel.UnderlinePatterns |
getUnderline() |
boolean |
isBold() |
boolean |
isItalics() |
boolean |
isStrikeThrough() |
void |
setBold(boolean bold) |
void |
setItalics(boolean italics) |
void |
setStrike(boolean strikeThrough) |
void |
setUnderline(String underlineString) |
public boolean isItalics()
public boolean isBold()
public void setItalics(boolean italics)
public void setBold(boolean bold)
public boolean isStrikeThrough()
public void setStrike(boolean strikeThrough)
public org.apache.poi.xwpf.usermodel.UnderlinePatterns getUnderline()
public void setUnderline(String underlineString)
Copyright © 2007–1969 The Apache Software Foundation. All rights reserved.