G
Gerald K
Hi,
I am creating a text block but I can't work out how to modify the size
(height and width) of the block. Any ideas?
The code I am using is as follows:
'Place title block on page.
'Open the Title Blocks stencil
Set titleObj = Application.Documents.OpenEx("Basic Shapes.vss", visOpenDocked)
'Process the block shape
Set titleMstr = titleObj.Masters("Shadowed Box")
Set titleShp = ActivePage.Drop(titleMstr, pageWidth / 2, pageHeight)
'Set the title text
titleShp.Text = "Work Pad"
I am creating a text block but I can't work out how to modify the size
(height and width) of the block. Any ideas?
The code I am using is as follows:
'Place title block on page.
'Open the Title Blocks stencil
Set titleObj = Application.Documents.OpenEx("Basic Shapes.vss", visOpenDocked)
'Process the block shape
Set titleMstr = titleObj.Masters("Shadowed Box")
Set titleShp = ActivePage.Drop(titleMstr, pageWidth / 2, pageHeight)
'Set the title text
titleShp.Text = "Work Pad"