intarsys PDF library API

de.intarsys.pdf.content
Interface IContentStreamProvider

All Superinterfaces:
IResourcesProvider
All Known Implementing Classes:
PDForm, PDPage

public interface IContentStreamProvider
extends IResourcesProvider

An interface for all owners of PDF content streams.


Method Summary
 CSContent getContentStream()
          The CSContent contained in this.
 void setContentStream(CSContent content)
          Assign the new CSContent to this.
 
Methods inherited from interface de.intarsys.pdf.pd.IResourcesProvider
getResources, setResources
 

Method Detail

getContentStream

CSContent getContentStream()
The CSContent contained in this.

Returns:
The CSContent contained in this.

setContentStream

void setContentStream(CSContent content)
Assign the new CSContent to this.

Parameters:
content - The new content

intarsys PDF library API

Copyright © 2006 intarsys consulting GmbH. All Rights Reserved.