c2g.CODAAPIItemTypes_3_0
global with sharing class CODAAPIItemTypes_3_0
Holds the item properties for a print format. See the Property Reference section in the Certinia Print Formatter Help for more information.
c2g.CODAAPIItemTypes_3_0.Item
global with sharing class Item
Holds the item 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 this record.
|
| IsDeleted |
boolean |
Indicates whether the record has been moved to the Recycle Bin (true) or not (false).
|
| Name |
string |
The name of the item.
|
| CreatedDate |
datetime |
Date and time when this record was created.
|
| CreatedById |
c2g.CODAAPICommon.Reference |
ID of the user who created this record.
|
| LastModifiedDate |
datetime |
Date and time when this record was last modified by a user.
|
| LastModifiedById |
c2g.CODAAPICommon.Reference |
ID of the user who last updated this record.
|
| SystemModstamp |
datetime |
Date and time when this record was last modified by a user or by a workflow process (such as a trigger).
|
| ItemSequence |
decimal |
The sequence number of this item.
|
| ItemTypeRef |
string |
The item type.
|
| UseFormat |
string |
Specifies the use of a data format.
|
| FormatCode |
string |
Code of the data format.
|
| Format |
c2g.CODAAPIFormatDataTypes_3_0.FormatData |
List of data formats.
|
| Text |
string |
The text to be displayed.
|
| Section |
c2g.CODAAPICommon.Reference |
Reference to the Section object.
|
| ITName |
string |
For internal use.
|
| X |
decimal |
The position of the selected item relative to the parent section.
|
| Y |
decimal |
The position of the selected item relative to the parent section.
|
| Width |
decimal |
The width of the selected item.
|
| Height |
decimal |
The height of the selected item.
|
| VisibleFirst |
boolean |
The selected item is visible on the first page.
|
| VisibleBetween |
boolean |
The selected item is visible on all pages between first and last.
|
| VisibleLast |
boolean |
The selected item is visible on the last page.
|
| VisibleOnePage |
boolean |
The selected item is visible when the output is a single page document.
|
| Data |
c2g.CODAAPIDataPropertyTypes_3_0.DataProperty |
The metadata vocabulary that will appear in the data field.
|
| Table |
c2g.CODAAPITablePropertyTypes_3_0.TableProperty |
List of table properties.
|
| pageNum |
CODAAPIPageNumPropertyTypes_3_0.PageNumProperty |
List of page numbers.
|
| Image |
string |
The location of the image on your local machine. For example, C:\Program Files\CODA\Images\logo.gif.
|
c2g.CODAAPIItemTypes_3_0.Items
global with sharing class Items
Holds the collection of Item objects for a print format (Print Formatter).
Properties
|