public class HiddenRegionFormatting extends java.lang.Object implements IHiddenRegionFormatting
| Constructor and Description |
|---|
HiddenRegionFormatting(AbstractFormatter2 formatter) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Integer |
getAutowrap() |
AbstractFormatter2 |
getFormatter() |
java.lang.Integer |
getIndentationDecrease() |
java.lang.Integer |
getIndentationIncrease() |
java.lang.Integer |
getNewLineDefault() |
java.lang.Integer |
getNewLineMax() |
java.lang.Integer |
getNewLineMin() |
java.lang.Boolean |
getNoIndentation() |
IAutowrapFormatter |
getOnAutowrap() |
int |
getPriority() |
FormatterRequest |
getRequest() |
java.lang.String |
getSpace() |
protected <T> T |
merge(T val1,
T val2,
int strategy,
java.lang.String propertyname) |
void |
mergeValuesFrom(IHiddenRegionFormatting other) |
void |
setAutowrap(java.lang.Integer value) |
void |
setIndentationDecrease(java.lang.Integer indentation) |
void |
setIndentationIncrease(java.lang.Integer indentation) |
void |
setNewLinesDefault(java.lang.Integer newLines) |
void |
setNewLinesMax(java.lang.Integer newLines) |
void |
setNewLinesMin(java.lang.Integer newLines) |
void |
setNoIndentation(java.lang.Boolean value) |
void |
setOnAutowrap(IAutowrapFormatter formatter) |
void |
setPriority(int priority) |
void |
setSpace(java.lang.String space) |
java.lang.String |
toString() |
public HiddenRegionFormatting(AbstractFormatter2 formatter)
public java.lang.Integer getAutowrap()
getAutowrap in interface IHiddenRegionFormattingpublic AbstractFormatter2 getFormatter()
public java.lang.Integer getIndentationDecrease()
getIndentationDecrease in interface IHiddenRegionFormattingpublic java.lang.Integer getIndentationIncrease()
getIndentationIncrease in interface IHiddenRegionFormattingpublic java.lang.Integer getNewLineDefault()
getNewLineDefault in interface IHiddenRegionFormattingpublic java.lang.Integer getNewLineMax()
getNewLineMax in interface IHiddenRegionFormattingpublic java.lang.Integer getNewLineMin()
getNewLineMin in interface IHiddenRegionFormattingpublic java.lang.Boolean getNoIndentation()
getNoIndentation in interface IHiddenRegionFormattingpublic IAutowrapFormatter getOnAutowrap()
getOnAutowrap in interface IHiddenRegionFormattingpublic int getPriority()
getPriority in interface IHiddenRegionFormattingpublic FormatterRequest getRequest()
getRequest in interface IHiddenRegionFormattingpublic java.lang.String getSpace()
getSpace in interface IHiddenRegionFormattingprotected <T> T merge(T val1,
T val2,
int strategy,
java.lang.String propertyname)
throws ConflictingFormattingException
ConflictingFormattingExceptionpublic void mergeValuesFrom(IHiddenRegionFormatting other) throws ConflictingFormattingException
mergeValuesFrom in interface IHiddenRegionFormattingConflictingFormattingExceptionpublic void setAutowrap(java.lang.Integer value)
setAutowrap in interface IHiddenRegionFormattingpublic void setIndentationDecrease(java.lang.Integer indentation)
setIndentationDecrease in interface IHiddenRegionFormattingpublic void setIndentationIncrease(java.lang.Integer indentation)
setIndentationIncrease in interface IHiddenRegionFormattingpublic void setNewLinesDefault(java.lang.Integer newLines)
setNewLinesDefault in interface IHiddenRegionFormattingpublic void setNewLinesMax(java.lang.Integer newLines)
setNewLinesMax in interface IHiddenRegionFormattingpublic void setNewLinesMin(java.lang.Integer newLines)
setNewLinesMin in interface IHiddenRegionFormattingpublic void setNoIndentation(java.lang.Boolean value)
setNoIndentation in interface IHiddenRegionFormattingpublic void setOnAutowrap(IAutowrapFormatter formatter)
setOnAutowrap in interface IHiddenRegionFormattingpublic void setPriority(int priority)
setPriority in interface IHiddenRegionFormattingpublic void setSpace(java.lang.String space)
setSpace in interface IHiddenRegionFormattingpublic java.lang.String toString()
toString in class java.lang.Object