Skip navigation.
 
mlRe: Extend table in RTF NSTextView
FROM : Aki Inoue
DATE : Tue Aug 01 21:09:53 2006

Frank,

The tables are represented as NSTextTable instances.

Refer to http://developer.apple.com/documentation/Cocoa/Reference/ApplicationKit/Classes/NSTextTable_Class/Reference/Reference.html

Aki

On Aug 1, 2006, at 11:14 AM, Frank Fenn wrote:

> Hi list,
>
> this is a problem that bugs me for some days now. I load a RTF file 
> into a non-visible NSTextView
> for printing.
>
> The file contains a table created with TextEdit.app.
>
> Is there a way to programmatically extend the table by the means of 
> modifying the RTF commands
> used to format the text?
>
> I did not find any access to the raw RTF data, neither in NSText, 
> nor NSTextStorage.
>
> Sincerely,
> Frank Fenn
>
> Bright Light Software - http://www.brightlightsoftware.com
>
>
> _______________________________________________
> Do not post admin requests to the list. They will be ignored.
> Cocoa-dev mailing list      (<email_removed>)
> Help/Unsubscribe/Update your Subscription:
> http://lists.apple.com/mailman/options/cocoa-dev/<email_removed>
>
> This email sent to <email_removed>

Related mailsAuthorDate
mlExtend table in RTF NSTextView Frank Fenn Aug 1, 20:14
mlRe: Extend table in RTF NSTextView Aki Inoue Aug 1, 21:09