@IfcClass(layer=RESOURCE, type=ENTITY) public class IfcTextStyle extends IfcPresentationStyle implements IfcPresentationStyleSelect
| 限定符和类型 | 字段和说明 |
|---|---|
private IfcCharacterStyleSelect |
textCharacterAppearance |
private IfcTextFontSelect |
textFontStyle |
private IfcTextStyleSelect |
textStyle |
stepNumber| 构造器和说明 |
|---|
IfcTextStyle() |
IfcTextStyle(IfcLabel name,
IfcCharacterStyleSelect textCharacterAppearance,
IfcTextStyleSelect textStyle,
IfcTextFontSelect textFontStyle) |
| 限定符和类型 | 方法和说明 |
|---|---|
IfcCharacterStyleSelect |
getTextCharacterAppearance() |
IfcTextFontSelect |
getTextFontStyle() |
IfcTextStyleSelect |
getTextStyle() |
void |
setTextCharacterAppearance(IfcCharacterStyleSelect textCharacterAppearance) |
void |
setTextFontStyle(IfcTextFontSelect textFontStyle) |
void |
setTextStyle(IfcTextStyleSelect textStyle) |
getName, setNamecheck, getFileItem, getParamString, getStepNumber, illegal, isDefault, setStepNumber, toIfc@IfcOptionField private IfcCharacterStyleSelect textCharacterAppearance
@IfcOptionField private IfcTextStyleSelect textStyle
private IfcTextFontSelect textFontStyle
public IfcTextStyle()
@IfcParserConstructor public IfcTextStyle(IfcLabel name, IfcCharacterStyleSelect textCharacterAppearance, IfcTextStyleSelect textStyle, IfcTextFontSelect textFontStyle)
public IfcCharacterStyleSelect getTextCharacterAppearance()
public void setTextCharacterAppearance(IfcCharacterStyleSelect textCharacterAppearance)
public IfcTextStyleSelect getTextStyle()
public void setTextStyle(IfcTextStyleSelect textStyle)
public IfcTextFontSelect getTextFontStyle()
public void setTextFontStyle(IfcTextFontSelect textFontStyle)
Copyright © 2023. All rights reserved.