# class ContentEditor


TODO: This should be replaced by functionality added to ContentReader to edit content streams, but beyond current scope as we would need to be very sure after parsing that we are correctly writing ALL required parameters back to new content stream. This class takes a simpler (and less powerful, although potentially faster) approach by writing the exact same content back to a new stream with very simple parsing to replace required portions.


# CONSTRUCTORS

# constructor ContentEditor(page)

Description:

Parameters:

# constructor ContentEditor(content, resources)

Description:

Parameters:

# FUNCTIONS

# function replaceColorants(map)

Description:

Parameters:

Return:

(Boolean) -

# function removeColorants(colorants)

Description:

Parameters:

Return:

(Boolean) -

Last Updated: 12/20/2022, 8:12:45 AM