Uses of Class
com.aspose.network.ContentType

Uses of ContentType in com.aspose.network
 

Methods in com.aspose.network that return ContentType
 ContentType AttachmentBase.getContentType()
           Gets or sets the type of the content.
 

Methods in com.aspose.network with parameters of type ContentType
static AlternateView AlternateView.createAlternateViewFromString(String content, ContentType contentType)
           
static AlternateView AlternateView.createAlternateViewFromString(String content, ContentType contentType, int transferencoding)
           
static Attachment Attachment.createAttachmentFromString(String content, ContentType contentType)
           
static LinkedResource LinkedResource.createLinkedResourceFromString(String content, ContentType contentType)
           
 void AttachmentBase.setContentType(ContentType value)
           
 

Constructors in com.aspose.network with parameters of type ContentType
AlternateView(InputStream contentStream, ContentType contentType)
           
AlternateView(String fileName, ContentType contentType)
           
Attachment(InputStream contentStream, ContentType contentType)
           
Attachment(String fileName, ContentType contentType)
           
LinkedResource(InputStream contentStream, ContentType contentType)
           
LinkedResource(String fileName, ContentType contentType)
           
 



Copyright (c) 2002-2011 Aspose Pty Ltd. All Rights Reserved.