@IfcClass(layer=RESOURCE, type=ENTITY) public class IfcTextStyleTextModel extends IfcAbstractClass implements IfcTextStyleSelect
| 限定符和类型 | 字段和说明 |
|---|---|
private IfcSizeSelect |
LetterSpacing |
private IfcSizeSelect |
LineHeight |
private IfcTextAlignment |
TextAlign |
private IfcTextDecoration |
TextDecoration |
private IfcSizeSelect |
TextIndent |
private IfcTextTransformation |
TextTransform |
private IfcSizeSelect |
WordSpacing |
stepNumber| 构造器和说明 |
|---|
IfcTextStyleTextModel(IfcSizeSelect textIndent,
IfcTextAlignment textAlign,
IfcTextDecoration textDecoration,
IfcSizeSelect letterSpacing,
IfcSizeSelect wordSpacing,
IfcTextTransformation textTransform,
IfcSizeSelect lineHeight) |
| 限定符和类型 | 方法和说明 |
|---|---|
IfcSizeSelect |
getLetterSpacing() |
IfcSizeSelect |
getLineHeight() |
IfcTextAlignment |
getTextAlign() |
IfcTextDecoration |
getTextDecoration() |
IfcSizeSelect |
getTextIndent() |
IfcTextTransformation |
getTextTransform() |
IfcSizeSelect |
getWordSpacing() |
void |
setLetterSpacing(IfcSizeSelect letterSpacing) |
void |
setLineHeight(IfcSizeSelect lineHeight) |
void |
setTextAlign(IfcTextAlignment textAlign) |
void |
setTextDecoration(IfcTextDecoration textDecoration) |
void |
setTextIndent(IfcSizeSelect textIndent) |
void |
setTextTransform(IfcTextTransformation textTransform) |
void |
setWordSpacing(IfcSizeSelect wordSpacing) |
check, getFileItem, getParamString, getStepNumber, illegal, isDefault, setStepNumber, toIfc@IfcOptionField private IfcSizeSelect TextIndent
@IfcOptionField private IfcTextAlignment TextAlign
@IfcOptionField private IfcTextDecoration TextDecoration
@IfcOptionField private IfcSizeSelect LetterSpacing
@IfcOptionField private IfcSizeSelect WordSpacing
@IfcOptionField private IfcTextTransformation TextTransform
@IfcOptionField private IfcSizeSelect LineHeight
@IfcParserConstructor public IfcTextStyleTextModel(IfcSizeSelect textIndent, IfcTextAlignment textAlign, IfcTextDecoration textDecoration, IfcSizeSelect letterSpacing, IfcSizeSelect wordSpacing, IfcTextTransformation textTransform, IfcSizeSelect lineHeight)
public IfcSizeSelect getTextIndent()
public void setTextIndent(IfcSizeSelect textIndent)
public IfcTextAlignment getTextAlign()
public void setTextAlign(IfcTextAlignment textAlign)
public IfcTextDecoration getTextDecoration()
public void setTextDecoration(IfcTextDecoration textDecoration)
public IfcSizeSelect getLetterSpacing()
public void setLetterSpacing(IfcSizeSelect letterSpacing)
public IfcSizeSelect getWordSpacing()
public void setWordSpacing(IfcSizeSelect wordSpacing)
public IfcTextTransformation getTextTransform()
public void setTextTransform(IfcTextTransformation textTransform)
public IfcSizeSelect getLineHeight()
public void setLineHeight(IfcSizeSelect lineHeight)
Copyright © 2023. All rights reserved.