Skip to main content
July 19, 2011
Répondu

how to insert InlineGraphicElement in the beginnig of line

when i insert InlineGraphicElement  it insert at the end of line

how to insert in start of line

Ce sujet a été fermé aux réponses.
Meilleure réponse par Jin-Huang
insertInlineGraphic(source:Object, width:Object, height:Object, options:Object = null, operationState:SelectionState =  null):InlineGraphicElement

set SelectionState to change the inline graphic's place

1 commentaire

Jin-HuangRéponse
Adobe Employee
July 20, 2011
insertInlineGraphic(source:Object, width:Object, height:Object, options:Object = null, operationState:SelectionState =  null):InlineGraphicElement

set SelectionState to change the inline graphic's place
July 20, 2011

thanks very much it worked