User manual BUSINESS OBJECTS PRINTFORM 7.80C REV 1 PROGRAMMERS GUIDE TO CUSTOM DLLS
Lastmanuals offers a socially driven service of sharing, storing and searching manuals related to use of hardware and software : user guide, owner's manual, quick start guide, technical datasheets... DON'T FORGET : ALWAYS READ THE USER GUIDE BEFORE BUYING !!!
If this document matches the user guide, instructions manual or user manual, feature sets, schematics you are looking for, download it now. Lastmanuals provides you a fast and easy access to the user manual BUSINESS OBJECTS PRINTFORM 7.80C. We hope that this BUSINESS OBJECTS PRINTFORM 7.80C user guide will be useful to you.
Lastmanuals help download the user guide BUSINESS OBJECTS PRINTFORM 7.80C.
You may also download the following manuals related to this product:
BUSINESS OBJECTS PRINTFORM 7.80C REV 1 (2974 ko)
BUSINESS OBJECTS PRINTFORM 7.80C REV 1 RELEASE NOTES (173 ko)
Manual abstract: user guide BUSINESS OBJECTS PRINTFORM 7.80CREV 1 PROGRAMMERS GUIDE TO CUSTOM DLLS
Detailed instructions for use are in the User's Guide.
[. . . ] PrintForm Programmer's Guide to Custom DLLs
PrintForm 7. 80c Revision 1 September 2007
Contact information
Contact us on the Web at http://www. firstlogic. com/customer If you find any problem with this documentation, please report it to Business Objects in writing at documentation@businessobjects. com.
Copyright Patents
Copyright © 2007 Business Objects. Business Objects owns the following U. S. patents, which may cover products that are offered and sold by Business Objects: 5, 555, 403, 6, 247, 008 B1, 6, 578, 027 B2, 6, 490, 593 and 6, 289, 352. Business Objects, the Business Objects logo, Crystal Reports, and Crystal Enterprise are trademarks or registered trademarks of Business Objects SA or its affiliated companies in the United States and other countries. [. . . ] Returned byte stream is NULL terminated. NULL pointer returned upon failure or unallocated line object text buffer.
Example See also
See class example #1 on page 24. ResetLine, SetLineText, InsertLineText, ReplaceLineText, GetTextCount
Chapter 3: SFLine functions
53
CSFLine::GetTextCount (void)
Return Value Parameters Remarks Example See also
int None None
Number of text bytes contained in the line object text buffer
See class example #1 on page 24. ResetLine, SetLineText, InsertLineText, ReplaceLineText, GetLineText
54
PrintForm Programmer's Guide to Custom DLLs
CSFLine::ResetLine(void)
Return Value Parameters Remarks
None None Resets all member attributes and deletes all associated overprint line objects. Zeros out the line text buffer.
Example
See class example #1 on page 24.
Chapter 3: SFLine functions
55
CSFLine::GetSerializedSize (short shVersion=PF_NULL_VERSION)
Return Value
long
Line objects serialized size in bytes. Currently supports objects up to slightly larger than 2GB. Serialized object version.
Parameters Remarks Example See also
short shVersion
None
See this documents class level example #3. Serialize, Deserialize
56
PrintForm Programmer's Guide to Custom DLLs
CSFLine::Serialize (BFILE* pbfFile)
Return Value
long
Line objects serialized size in bytes. Currently supports objects up to slightly larger than 2GB. File pointer where serialized data is to be written
Parameters Remarks Example See also
BFILE* pbfFile
Returned value zero upon failure. See this documents class level example #3. GetSerializedSize, Deserialize
Chapter 3: SFLine functions
57
CSFLine::Deserialize (BFILE* pbfFile)
Return Value
long
Line objects deserialized size in bytes. Currently supports objects up to slightly larger than 2GB. File pointer where serialized data is to be read
Parameters Remarks
BFILE* pbfFile
Returned value zero upon failure. errstat is set upon failure.
Example See also
See this documents class level example #3. GetSerializedSize, Serialize
58
PrintForm Programmer's Guide to Custom DLLs
CSFLine::GetObjectID()
Return Value
PFOBJECT_IDS
Enumerated list of object ID types. The enumerated object types are contained in the header file PFObject. h.
Parameters Remarks Example
None None See this documents class level example #3.
Chapter 3: SFLine functions
59
CSFLine::GetOverprintsOnLine (void)
Return Value Parameters Remarks Example See also
int None None
Number of overprint lines contained in the list
See this documents class level example #2. GetFirstOverprintLine, GetNextOverprintLine, GetOverprintLine, AddOverprintLine, RemoveOverprintLine, ResetLine, MergeOverprintLines
60
PrintForm Programmer's Guide to Custom DLLs
CSFLine::GetFirstOverprintLine (void)
Return Value Parameters Remarks
CSFLine* None
Pointer to CSFLine object
Does not remove the CSFLine object from the overprint list. Do not delete the CSFLine object returned from this method. Returns a NULL pointer if no objects exist in the overprint list.
Example See also
See this documents class level example #2. GetOverprintsOnLine, GetNextOverprintLine, GetOverprintLine, AddOverprintLine, RemoveOverprintLine, ResetLine, MergeOverprintLines
Chapter 3: SFLine functions
61
CSFLine::GetNextOverprintLine (void)
Return Value Parameters Remarks
CSFLine* None
Pointer to CSFLine object
Does not remove the CSFLine object from the overprint list. Do not delete the CSFLine object returned from this method. [. . . ] Defaults to the first line of the page.
Remarks
CSFLine pointer should be freed and/or deleted after use (unless added back into a CSFPage object). CSFLine pointer is NULL upon failure.
Example
See the class level example #1 on page 68.
105
CSFPage::AllocateLine
CSFLine* AllocateLine(void)
Return Value Parameters Remarks
CSFLine* None
Pointer to CSFLine object
CSFLine object memory may originate from an internal line hold buffer. Lines are added into the internal hold buffer by the ResetPage method. CSFLine pointer should be freed and/or deleted after use (unless added into a CSFPage object). [. . . ]
DISCLAIMER TO DOWNLOAD THE USER GUIDE BUSINESS OBJECTS PRINTFORM 7.80C Lastmanuals offers a socially driven service of sharing, storing and searching manuals related to use of hardware and software : user guide, owner's manual, quick start guide, technical datasheets... In any way can't Lastmanuals be held responsible if the document you are looking for is not available, incomplete, in a different language than yours, or if the model or language do not match the description. Lastmanuals, for instance, does not offer a translation service. Click on "Download the user manual" at the end of this Contract if you accept its terms, the downloading of the manual BUSINESS OBJECTS PRINTFORM 7.80C will begin.