NX Open C++ 参考指南
2406 v1.1
载入中...
搜索中...
未找到
D:
Tan_NX2406C++
UGopenLib
NX2406
UGOPEN
NXOpen
Annotations_TableSectionBuilder.hxx
1
//--------------------------------------------------------------------------
2
// Copyright 2024 Siemens
3
//--------------------------------------------------------------------------
4
// JA API的C++接口头文件
5
//--------------------------------------------------------------------------
6
//
7
// 源文件:
8
// Annotations_TableSectionBuilder.ja
9
//
10
// 生成工具:
11
// apiwrap
12
//
13
// 警告:
14
// 此文件为自动生成 - 请勿手动编辑
15
//
16
#pragma once
17
#include <NXOpen/NXDeprecation.hxx>
18
#include <vector>
19
#include <NXOpen/NXString.hxx>
20
#include <NXOpen/Callback.hxx>
21
#include <NXOpen/Annotations_LeaderBuilder.hxx>
22
#include <NXOpen/Annotations_OriginBuilder.hxx>
23
#include <NXOpen/Annotations_TableStyleBuilder.hxx>
24
#include <NXOpen/Builder.hxx>
25
#include <NXOpen/libnxopencpp_annotations_exports.hxx>
26
#ifdef _MSC_VER
27
#pragma warning(push)
28
#pragma warning(disable:4996)
29
#endif
30
#ifdef __GNUC__
31
#pragma GCC diagnostic ignored "-Wdeprecated-declarations"
32
#endif
33
namespace
NXOpen
34
{
35
namespace
Annotations
36
{
37
class
TableSectionBuilder
;
38
}
39
namespace
Annotations
40
{
41
class
LeaderBuilder
;
42
}
43
namespace
Annotations
44
{
45
class
OriginBuilder
;
46
}
47
namespace
Annotations
48
{
49
class
TableStyleBuilder
;
50
}
51
class
Builder
;
52
namespace
Annotations
53
{
54
class
_TableSectionBuilderBuilder;
55
class
TableSectionBuilderImpl;
77
class
NXOPENCPP_ANNOTATIONSEXPORT TableSectionBuilder :
public
NXOpen::Builder
78
{
79
private
:
TableSectionBuilderImpl
* m_tablesectionbuilder_impl;
80
private
:
friend
class
_TableSectionBuilderBuilder;
81
protected
: TableSectionBuilder();
82
public
: ~TableSectionBuilder();
86
public
:
NXOpen::Annotations::OriginBuilder
*
Origin
87
(
88
);
92
public
:
NXOpen::Annotations::LeaderBuilder
*
Leader
93
(
94
);
98
public
:
int
NumberOfColumns
99
(
100
);
104
public
:
void
SetNumberOfColumns
105
(
106
int
numberOfColumns
107
);
111
public
:
int
NumberOfRows
112
(
113
);
117
public
:
void
SetNumberOfRows
118
(
119
int
numberOfRows
120
);
124
public
:
double
ColumnWidth
125
(
126
);
130
public
:
void
SetColumnWidth
131
(
132
double
columnWidth
133
);
137
public
:
double
RowHeight
138
(
139
);
143
public
:
void
SetRowHeight
144
(
145
double
rowHeight
146
);
150
public
:
NXOpen::Annotations::TableStyleBuilder
*
Style
151
(
152
);
153
};
154
}
155
}
156
#ifdef _MSC_VER
157
#pragma warning(pop)
158
#endif
159
#ifdef __GNUC__
160
#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
161
#pragma GCC diagnostic warning "-Wdeprecated-declarations"
162
#endif
163
#endif
164
#undef EXPORTLIBRARY