On Saturday 01 November 2003 15:16, Johannes Wilm wrote: > Python-functions > GetLink(["name"]) - will return a list of all text frames that are linked > to the text frame "next". If "name" is not specified, it will use the > current text frame. > > SetLink(list) - links all textframes specified in list to oneanother. > > SetTextFrame(text, ["name"]) - will exchange the content of the frame > "name" with text. If "name" is not specified, it will use the current > text frame. > ConvertToOutlines(["name"]) - will convert the text frame "name" to > outlines. If "name" is not specified, it will use the current text frame.
and the current GetText should be renamed GetTextFrame, while another functio GetText should be made GetText(["name"]) - will return the enitire text flow that goes through "name". If "name" is not specified, it will use the current text frame. > > AddColor(name, RGB | CMYK) - will add the color name with the RGB-value RGB > or CMYK-value CMYK. > > -- > Johannes Wilm > _______________________________________________ > Scribus mailing list > Scribus at nashi.altmuehlnet.de > http://nashi.altmuehlnet.de/mailman/listinfo/scribus
