多行字符串控件
更多...
#include <BlockStyler_MultilineString.hxx>
|
|
class | _MultilineStringBuilder |
多行字符串控件
表示多行字符串块
创建于 NX6.0.0.
◆ GetUncommittedValue()
| std::vector< NXString > NXOpen::BlockStyler::MultilineString::GetUncommittedValue |
( |
| ) |
|
获取未提交的值。表示用户实际输入的值。
创建于NX1872.0.0。
许可要求:无
◆ GetValue()
| std::vector< NXString > NXOpen::BlockStyler::MultilineString::GetValue |
( |
| ) |
|
◆ Height()
| int NXOpen::BlockStyler::MultilineString::Height |
( |
| ) |
|
获取 高度
创建于 NX8.5.0.
许可要求 : None
◆ Localize()
| bool NXOpen::BlockStyler::MultilineString::Localize |
( |
| ) |
|
获取 本地化选项。如果为 true,则标签将翻译为当前区域设置语言
创建于 NX8.5.0.
许可要求 : None
◆ MaximumCharactersAccepted()
| int NXOpen::BlockStyler::MultilineString::MaximumCharactersAccepted |
( |
| ) |
|
获取 最大接受字符数
创建于 NX8.5.0.
许可要求 : None
◆ MaximumHeight()
| int NXOpen::BlockStyler::MultilineString::MaximumHeight |
( |
| ) |
|
获取 最大高度
创建于 NX8.5.0.
许可要求 : None
◆ MinimumHeight()
| int NXOpen::BlockStyler::MultilineString::MinimumHeight |
( |
| ) |
|
获取最小高度
创建于NX8.5.0。
许可要求:无
◆ ResizeHeightWithDialog()
| bool NXOpen::BlockStyler::MultilineString::ResizeHeightWithDialog |
( |
| ) |
|
获取ResizeHeightWithDialog。如果为true,则对话框调整大小时块的高度将动态变化。
创建于NX8.5.0。
许可要求:无
◆ RetainValue()
| bool NXOpen::BlockStyler::MultilineString::RetainValue |
( |
| ) |
|
获取RetainValue
创建于NX8.5.0。
许可要求:无
◆ SetHeight()
| void NXOpen::BlockStyler::MultilineString::SetHeight |
( |
int | height | ) |
|
设置 高度
创建于 NX8.5.0.
许可要求 : None
- 参数
-
◆ SetLocalize()
| void NXOpen::BlockStyler::MultilineString::SetLocalize |
( |
bool | localize | ) |
|
设置 本地化选项。如果为 true,则标签将翻译为当前区域设置语言
创建于 NX8.5.0.
许可要求 : None
- 参数
-
◆ SetMaximumCharactersAccepted()
| void NXOpen::BlockStyler::MultilineString::SetMaximumCharactersAccepted |
( |
int | maxChar | ) |
|
设置 最大接受字符数
创建于 NX8.5.0.
许可要求 : None
- 参数
-
◆ SetMaximumHeight()
| void NXOpen::BlockStyler::MultilineString::SetMaximumHeight |
( |
int | maxHeight | ) |
|
设置最大高度
创建于NX8.5.0。
许可要求:无
- 参数
-
◆ SetMinimumHeight()
| void NXOpen::BlockStyler::MultilineString::SetMinimumHeight |
( |
int | minHeight | ) |
|
设置最小高度
创建于NX8.5.0。
许可要求:无
- 参数
-
◆ SetResizeHeightWithDialog()
| void NXOpen::BlockStyler::MultilineString::SetResizeHeightWithDialog |
( |
bool | resize | ) |
|
设置ResizeHeightWithDialog。如果为true,则对话框调整大小时块的高度将动态变化。
创建于NX8.5.0。
许可要求:无
- 参数
-
◆ SetRetainValue()
| void NXOpen::BlockStyler::MultilineString::SetRetainValue |
( |
bool | retain | ) |
|
设置RetainValue
创建于NX8.5.0。
许可要求:无
- 参数
-
◆ SetValue()
| void NXOpen::BlockStyler::MultilineString::SetValue |
( |
std::vector< NXString > & | valueString | ) |
|
设置值
创建于NX8.5.0。
许可要求:无
- 参数
-
◆ SetValuesConcatenated() [1/2]
| void NXOpen::BlockStyler::MultilineString::SetValuesConcatenated |
( |
const char * | valueString | ) |
|
设置ValuesConcatenated。表示块中的值用换行符连接而成的单个字符串。
创建于NX8.5.0。
许可要求:无
- 参数
-
◆ SetValuesConcatenated() [2/2]
| void NXOpen::BlockStyler::MultilineString::SetValuesConcatenated |
( |
const NXString & | valueString | ) |
|
设置ValuesConcatenated。表示块中的值用换行符连接而成的单个字符串。
创建于NX8.5.0。
许可要求:无
- 参数
-
◆ SetWidth()
| void NXOpen::BlockStyler::MultilineString::SetWidth |
( |
int | width | ) |
|
设置宽度
创建于NX8.5.0。
许可要求:无
- 参数
-
◆ TestValueChanged()
| void NXOpen::BlockStyler::MultilineString::TestValueChanged |
( |
std::vector< NXString > & | valueString | ) |
|
测试映射到此多行字符串块的值更改事件工作流。
创建于NX2206.0.0。
许可要求:nx_auto_test_studio ("NX Automated Testing Studio")
- 参数
-
◆ ValuesConcatenated()
| NXString NXOpen::BlockStyler::MultilineString::ValuesConcatenated |
( |
| ) |
|
获取ValuesConcatenated。表示块中的值用换行符连接而成的单个字符串。
创建于NX8.5.0。
许可要求:无
◆ Width()
| int NXOpen::BlockStyler::MultilineString::Width |
( |
| ) |
|