Andrew Douglas Pitonyak wrote:

....


oDrawPage = ThisComponent.Drawpage
 For i=0 To oDrawPage.getCount()-1
   oGraph = ThisComponent.Drawpage.getByIndex(i)
   oBorder = oGraph.BottomBorder
   oBorder.Color = 0
   oBorder.InnerLineWidth = 10
   oGraph.BottomBorder = oBorder

   oGraph.TopBorder = oBorder
   oGraph.RightBorder = oBorder
   oGraph.LeftBorder = oBorder
'oGraph.AnchorType = com.sun.star.text.TextContentAnchorType.<insert your type here>
...

Douglas, where does one find the identification of the variables and accepted parameters so I can add other items?

Dick


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to