W
William Hite
I have an inline shape containing some text and another inline shape - a
picture as it happens. The innermost picture shape is rightaligned.
The text runs around the picture shape properly but has a vertical extent
that leaves it above the bottom edge of the picture. (hope this diagram works)
-----------------------------------|
|asdf lsdfkj ljkdf j f| ----------- |
|sdhh khdf | | |
| | | |
| | | |
| ------------- |
|----------------------------------|
When I resize the outer shape in code the overflow property remains false
until the bottom edge reaches the text - this means it cuts off the lower
part of inner shape containing the picture.
Any ideas? I have tried working out the lower edge requirements by getting
the metrics of the inner picture - that has its own problem - see my previous
posting.
picture as it happens. The innermost picture shape is rightaligned.
The text runs around the picture shape properly but has a vertical extent
that leaves it above the bottom edge of the picture. (hope this diagram works)
-----------------------------------|
|asdf lsdfkj ljkdf j f| ----------- |
|sdhh khdf | | |
| | | |
| | | |
| ------------- |
|----------------------------------|
When I resize the outer shape in code the overflow property remains false
until the bottom edge reaches the text - this means it cuts off the lower
part of inner shape containing the picture.
Any ideas? I have tried working out the lower edge requirements by getting
the metrics of the inner picture - that has its own problem - see my previous
posting.