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 financialforceprint 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 financialforceprint 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
|