Class RunProperties
java.lang.Object
org.apache.tika.parser.microsoft.ooxml.RunProperties
Deprecated.
WARNING: This class is mutable. Make a copy of it
if you want persistence!
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.booleanisBold()Deprecated.booleanDeprecated.booleanDeprecated.voidsetBold(boolean bold) Deprecated.voidsetItalics(boolean italics) Deprecated.voidsetStrike(boolean strikeThrough) Deprecated.voidsetUnderline(String underlineString) Deprecated.
-
Constructor Details
-
RunProperties
public RunProperties()Deprecated.
-
-
Method Details
-
isItalics
public boolean isItalics()Deprecated. -
isBold
public boolean isBold()Deprecated. -
setItalics
public void setItalics(boolean italics) Deprecated. -
setBold
public void setBold(boolean bold) Deprecated. -
isStrikeThrough
public boolean isStrikeThrough()Deprecated. -
setStrike
public void setStrike(boolean strikeThrough) Deprecated. -
getUnderline
Deprecated. -
setUnderline
Deprecated.
-