TextNode of kind FRAME containing an IMAGE child.TextNode imageFrame(string imagePath, string width = "",
string height = "", string anchorType = "paragraph") @safe pure nothrowCreates an image frame node.
imagePath | Path to the image within the ODF package. |
width | Frame width (e.g. "10cm"). |
height | Frame height (e.g. "5cm"). |
anchorType | Anchor type (e.g. "paragraph"). |
TextNode of kind FRAME containing an IMAGE child.