Skip to main content
Participant
March 14, 2024
Answered

How to set align of imegedata ?? (FM to XML)

  • March 14, 2024
  • 1 reply
  • 183 views

I used structured framemaker.

 

I saved the book file as XML.

In XML file, And I look at the tag, the alignment value for the image has been entered. (align="acenter")

Where can I modify this value? I want to set the align value.

I checked the attribute values of the elements, but there was no connection.

I checked the attribute values of the element, but there was not relevant.

 

<ImageData entity="ImageData1" impsize="5.421in 3.955in"
impby="ref" sideways="0" impang="0.000" xoffset="0.000in"
yoffset="0.014in" position="inline" align="acenter"
cropped="0" float="0" width="5.449in" height="3.983in"
angle="0.000" bloffset="0.000in" nsoffset="0.000in"/>

This topic has been closed for replies.
Correct answer frameexpert

Try setting the anchored frame's alignment to left in the FrameMaker interface, save as XML again, and see if the value is changed.

1 reply

frameexpert
Community Expert
frameexpertCommunity ExpertCorrect answer
Community Expert
March 14, 2024

Try setting the anchored frame's alignment to left in the FrameMaker interface, save as XML again, and see if the value is changed.

HPM_TWAuthor
Participant
March 18, 2024

Thank you!