Search found 2 matches
- Mon Apr 19, 2010 2:24 am
- Forum: XLSReadWriteII 3/4/5
- Topic: Text shapes alignment
- Replies: 0
- Views: 3351
Text shapes alignment
I've got problem with right alignement for text shapes. Look at my code but I can't find properties to have a right justification of the text in a text shapes. I found something using memory stream for text formating, but with a lot of thinking to have success.... Anyone can help me ? procedure Invo...
- Fri Feb 12, 2010 9:46 pm
- Forum: XLSSpreadSheet
- Topic: assign object name
- Replies: 0
- Views: 3495
assign object name
I want to assign a specific name for an object like TDrwTexts. Easily, I can read the name with this command (Caption := XLS.sheets[0].DrawingObjects.Texts.items[i].Name;). Why I'm not able to write it with this kind of command: with xls.Sheets[0].DrawingObjects.texts.add do begin row1 :=5; row2 :=2...