|
Static Public Member Functions |
NSData * | dataWithNME:length:fontSize:format: (char const *src,[length] int length,[fontSize] int fontSize,[format] char format) |
| Create autoreleased NSData object by converting text with NME markup to another format.
|
NSData * | dataWithNME:length:fontSize: (char const *src,[length] int length,[fontSize] int fontSize) |
| Create autoreleased NSData object by converting text with NME markup to RTF.
|
NSData * | dataWithNMEString:fontSize:format: (NSString *src,[fontSize] int fontSize,[format] char format) |
| Create autoreleased NSData object by converting text with NME markup to another format.
|
Detailed Description
Definition at line 13 of file NMEObjC.m.
Member Function Documentation
NSData * NSData(NME)::dataWithNME:length:fontSize: |
( |
char const * |
src, |
|
|
[length] int |
length, |
|
|
[fontSize] int |
fontSize |
|
) |
| [static, virtual] |
Create autoreleased NSData object by converting text with NME markup to RTF.
- Parameters:
-
[in] | src | text with NME format (UTF-8) |
[in] | length | length of src in bytes |
[in] | fontSize | fontSize (0 for default) |
Definition at line 83 of file NMEObjC.m.
NSData * NSData(NME)::dataWithNME:length:fontSize:format: |
( |
char const * |
src, |
|
|
[length] int |
length, |
|
|
[fontSize] int |
fontSize, |
|
|
[format] char |
format |
|
) |
| [static, virtual] |
Create autoreleased NSData object by converting text with NME markup to another format.
- Parameters:
-
[in] | src | text with NME format (UTF-8) |
[in] | length | length of src in bytes |
[in] | fontSize | fontSize (0 for default) |
[in] | format | output format: 'h'=HTML, 'l'=LaTeX, 'n'=NME, 'r'=RTF, 't'=text, 'd'=debug with sublistInListItem=FALSE, 'D'=debug with sublistInListItem=TRUE |
Definition at line 15 of file NMEObjC.m.
NSData * NSData(NME)::dataWithNMEString:fontSize:format: |
( |
NSString * |
src, |
|
|
[fontSize] int |
fontSize, |
|
|
[format] char |
format |
|
) |
| [static, virtual] |
Create autoreleased NSData object by converting text with NME markup to another format.
- Parameters:
-
[in] | src | text with NME format as a string |
[in] | fontSize | fontSize (0 for default) |
[in] | format | output format: 'h'=HTML, 'l'=LaTeX, 'n'=NME, 'r'=RTF, 't'=text, 'd'=debug |
Definition at line 90 of file NMEObjC.m.
The documentation for this class was generated from the following files:
|
Generated by Doxygen.
Copyright 2007-2013, Yves Piguet.
All rights reserved.
|
|