In this project I am opening an XML file using an application with XSLT
and r/w rules.
Is it possible to specify a border around a graphic object in the EDD,
or would this be a read/write rule?
Or is it just not possible?
I've been snooping around the Structured Dev Guide but haven't found
any
At 07:04 AM 5/18/2006, Donald M Rinderknecht wrote:
Is it possible to specify a border around a graphic object in the EDD, or
would this be a read/write rule?
Or is it just not possible?
Don,
Neither a EDD nor r/w rules can set this property. A simple FDK client
could do so as part of the p
At 07:04 AM 5/18/2006, Donald M Rinderknecht wrote:
>Is it possible to specify a border around a graphic object in the EDD, or
>would this be a read/write rule?
>Or is it just not possible?
Don,
Neither a EDD nor r/w rules can set this property. A simple FDK client
could do so as part of the
In this project I am opening an XML file using an application with XSLT
and r/w rules.
Is it possible to specify a border around a graphic object in the EDD,
or would this be a read/write rule?
Or is it just not possible?
I've been snooping around the Structured Dev Guide but haven't found
a
Hi Don,
FrameScript would certainly pay for itself with this job alone. If you
decide to try it, here is the code to add a 1 point border to all of the
imported graphics on body pages in the document.
If ActiveDoc = 0
MsgBox 'There is no active document.';
LeaveSub;
Else
Run ProcessDoc oD
All,
Is there a way to automate putting an outline on a graphic object.
(Other than using FrameScript which I don't have.)
I can do this manually by selecting the object then the Tools Palette
but I've got about 1200 graphic objects to modify.
If not, I'll look at modifying the actual graphic t
Hi Don,
FrameScript would certainly pay for itself with this job alone. If you
decide to try it, here is the code to add a 1 point border to all of the
imported graphics on body pages in the document.
If ActiveDoc = 0
MsgBox 'There is no active document.';
LeaveSub;
Else
Run ProcessDoc oDo
All,
Is there a way to automate putting an outline on a graphic object.
(Other than using FrameScript which I don't have.)
I can do this manually by selecting the object then the Tools Palette
but I've got about 1200 graphic objects to modify.
If not, I'll look at modifying the actual graphic