Description
Clones the current PDF Builder object.
Applies to
Syntax
objectname.Clone()
Return value
Returns an object that is identical with the one being cloned, except for the object name.
Usage
Call the function to clone an object and assign the new object with a new name.
Examples
This example clones the lpdf_chapter object and assign it to lpdf_chapteritem.
PDFtext lpdf_title,lpdf_chapter,lpdf_chapteritem ... lpdf_chapteritem = lpdf_chapter.clone( )
See also
PDFDocument objects:
PDFPage objects:
PDFText, PDFImage, PDFTextBlock objects:
PDFMultilineText objects:
PDFRichText objects: