Hi All,
I am working on InDesign CS3.
We can create a guide manually by using Layout>Create Guides menu items then a dialog is popup and ask following things
1. Row or Column Guide
2. Number of Guides
3. Gutter
4. "Fit to Page" or "Fit To Margin"
I can create a guide by processing the command kNewGuideCmdBoss, In this command I can specify the orientation of guide (Horizontal for rows and vertical for columns)
(1) & (2) are handled by this command.
(3) is also solved
On (4)
By default this command fits the guide to page
fit guides to margin?
To handle this I process the command kSetGuideFitToPageCmdBoss by settings it IBoolData interface to false and true but it didn't not helped me
Anybody solved this problem then please let me know
Thanks and Regards,
Alam