public interface TextStyle extends IAdaptable
Modifier and Type | Interface and Description |
---|---|
static class |
TextStyle.Justify |
getAdapter
String getName()
TextStyle setAlign(TextStyle.Justify align)
TextStyle.Justify getAlign()
int getLineSpacing()
TextStyle setLineSpacing(int spacing)
int getParagraphSpacingBefore()
TextStyle setParagraphSpacingBefore(int spacing)
int getParagraphSpacingAfter()
TextStyle setParagraphSpacingAfter(int spacing)
double getLeftMargin()
TextStyle setLeftMargin(double margin)
double getRightMargin()
TextStyle setRightMargin(double margin)
double getFirstLineLeftMargin()
TextStyle setFirstLineLeftMargin(double margin)
int getTabsInTable()
TextStyle setTabsInTable(int tabs)
TextStyle setTabPositions(short[] tabPos)
short[] getTabPositions()
TextStyle setPaginateBefore(boolean b)
boolean isPaginateBefore()
TextStyle setKeepWithNext(boolean b)
boolean isKeepWithNext()
TextStyle setKeepTogether(boolean b)
boolean isKeepTogether()
TextStyle setHideReadOnly(boolean b)
boolean isHideReadOnly()
TextStyle setHideReadWrite(boolean b)
boolean isHideReadWrite()
TextStyle setHideWhenPrinting(boolean b)
boolean isHideWhenPrinting()
TextStyle setHideWhenCopied(boolean b)
boolean isHideWhenCopied()
TextStyle setHideWhenPreviewed(boolean b)
boolean isHideWhenEditedInPreview()
TextStyle setHideWhenEditedInPreview(boolean b)
boolean isHideWhenPreviewed()
TextStyle setDisplayAsNumberedList(boolean b)
boolean isDisplayAsNumberedList()
TextStyle setDisplayAsBulletList(boolean b)
boolean isDisplayAsBulletList()
Copyright © 2019–2021 HCL. All rights reserved.