c2g.CODAAPISectionTypes_3_0
global with sharing class CODAAPISectionTypes_3_0
Holds information about section properties for a print format. See the Property Reference section in the Certinia Print Formatter Help for more information.
c2g.CODAAPISectionTypes_3_0.Section
global with sharing class Section
Holds information about section properties for a print format. See the Property Reference section in the Certinia Print Formatter Help for more information.
Properties
Id |
id |
Globally unique string that identifies the record.
|
OwnerId |
c2g.CODAAPICommon.Reference |
ID of the user who owns the record.
|
IsDeleted |
boolean |
Indicates whether the record has been moved to the Recycle Bin (true) or not (false).
|
Name |
string |
The name of the selected section.
|
CreatedDate |
datetime |
Date and time when the record was created.
|
CreatedById |
c2g.CODAAPICommon.Reference |
ID of the user who created the record.
|
LastModifiedDate |
datetime |
Date and time when the record was last modified by a user.
|
LastModifiedById |
c2g.CODAAPICommon.Reference |
ID of the user who last modified the record.
|
SystemModstamp |
datetime |
Date and time when the record was last modified by a user or by a workflow process (such as a trigger).
|
FormTypeRef |
string |
The form type this print format produces.
|
SectionSequence |
decimal |
The sequence number of the section.
|
Embedded |
boolean |
Determines whether you want this section to be embedded as a subsection within a table.
|
UseFormat |
string |
Specifies whether a data format is used.
|
FormatCode |
string |
Code of the data format.
|
Format |
c2g.CODAAPIFormatDataTypes_3_0.FormatData |
List of Format Data objects.
|
PrintFormat |
c2g.CODAAPICommon.Reference |
Reference to the related PrintFormat.
|
SectionTypeRef |
string |
The section type.
|
STName |
string |
For internal use.
|
X |
decimal |
The position of the selected section relative to the left margin of the form.
|
Y |
decimal |
The position of the selected section relative to the top of the form.
|
Width |
decimal |
The width of the selected section.
|
Height |
decimal |
The height of the selected section.
|
VisibleFirst |
boolean |
The selected section is visible on the first page.
|
VisibleBetween |
boolean |
The selected section is visible on all pages between first and last.
|
VisibleLast |
boolean |
The selected section is visible on the last page.
|
VisibleOnePage |
boolean |
The selected section is visible when the output is a single page document.
|
Items |
c2g.CODAAPIItemTypes_3_0.Items |
List of Items objects.
|
c2g.CODAAPISectionTypes_3_0.Sections
global with sharing class Sections
Holds the collection of Section objects for a print format (Print Formatter).
Properties
|