[ome] / OMEMailViewer / OMECategory.h Repository:
ViewVC logotype

View of /OMEMailViewer/OMECategory.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1 - (download) (annotate)
Sun Apr 6 08:17:50 2008 UTC (2 years, 5 months ago) by msyk
File size: 905 byte(s)
First Import
//
//  HTMLString.h
//  OMEMailViewer
//
//  Created by 新居雅行 on 07/02/11.
//  Copyright 2007 __MyCompanyName__. All rights reserved.
//

#import <Cocoa/Cocoa.h>
#import <OgreKit/OgreKit.h>

@interface NSMutableString ( OME )
- (void)linkedHTML;
- (void)convertHTMLSource;
- (void)appendAsHTMLSource:(NSString *)aString;
- (void)appendAsHTMLSource:(NSString *)aString tag:(NSString *)aTag;
- (void)appendAsHTMLSource:(NSString *)aString tag:(NSString *)aTag attributes:(NSDictionary *)Attributes;
- (void)PreAppendAsHTMLSource:(NSString *)aString;
- (void)PreAppendAsHTMLSource:(NSString *)aString tag:(NSString *)aTag;
- (void)PreAppendAsHTMLSource:(NSString *)aString tag:(NSString *)aTag attributes:(NSDictionary *)Attributes;
- (void)PreAppendString:(NSString *)aString;
- (void)encloseByTag:(NSString *)aTag;
- (void)encloseByTag:(NSString *)aTag attributes:(NSDictionary *)Attributes;

@end


This site is managed by Masayuki Nii.
ViewVC Help
Powered by ViewVC 1.0.5