com.spss.psapi.core

Interface DocumentContainer

  • All Superinterfaces:
    ContentContainer


    public interface DocumentContainer
    extends ContentContainer
    Defines the functionality associated with document containers.
    Since:
    PSAPI 2.0
    Version:
    1.0
    Author:
    Julian Clinton
    • Method Detail

      • changeDocumentContent

        DocumentContainer changeDocumentContent(java.lang.Object content)
        Returns a new component containing the supplied content. The content must be consistent with the existing component format i.e. either be a string if the content format is ContentFormat.UTF8 or a byte array if the content format is ContentFormat.BINARY.
        Parameters:
        content - the content
        Throws:
        java.lang.IllegalArgumentException - if the supplied value is not consistent with the component format.
        See Also:
        ContentFormat, ContentContainer.getContent(), ContentContainer.getContentFormat()

(C) Copyright IBM Corp. 1994, 2015. All Rights Reserved.