[Date Prev][Date Next] [Thread Prev][Thread Next]
[Date Index] [Thread Index] [New search]

RE: Default anchored frame position



After looking closer, the correct way may be more like I am doing with the
construct for "align."

Example:

           notation attribute "align"
              {
                is fm property alignment;
                value "left" is fm property value align left;
                value "center" is fm property value align center;
                value "right" is fm property value align right;
              }


So, that would be something like:

           notation attribute "style"
              {
                is fm property position;
                value "inline" is fm property value inline;
                value "top" is fm property value top;
                value "below" is fm property value below;

                [. . . and so forth on down until you have them all listed]
                value "runin" is fm property value run into paragraph
              }

Hope this helps.

Steve Whitlatch




> -----Original Message-----
> From: owner-framers@xxxxxxxxx [mailto:owner-framers@xxxxxxxxx]On Behalf
> Of Stéphane Bonhomme
> Sent: Thursday, June 09, 2005 2:38 PM
> To: framers@xxxxxxxxx
> Subject: Default anchored frame position
>
>
> Dear Framers;
>
> I'm designing a structured applicationfor FrameMaker 7.1, in the EDD I
> have defined an element (img) as Graphic element, I use read write rules
> to write the position of the anchored frame as an attribute (style)
> value. My problem is that when I insert a new img element in a document
> the anchored frame position containing the graphic is always "below
> current line". I would like to change the default behavior to have all
> the anchored frames inserted "run into paragraph" when inserting a new
> graphic element. Is there a way to set this anchored frame's property
> value as a default ?
>
> Thanks.
>
> Stéphane.
>
>
> ** To unsubscribe, send a message to majordomo@xxxxxxxxx **
> ** with "unsubscribe framers" (no quotes) in the body.   **
>


** To unsubscribe, send a message to majordomo@xxxxxxxxx **
** with "unsubscribe framers" (no quotes) in the body.   **