Oxygen XML Editor 15.0 Author API

ro.sync.exml.workspace.api.math
Interface MathFlowConfigurator

All Known Subinterfaces:
StandalonePluginWorkspace

@API(type=NOT_EXTENDABLE,
     src=PUBLIC)
public interface MathFlowConfigurator

Provide access to MathFlow specific methods.

Since:
15.0

Method Summary
 void setMathFlowFixedLicenseKeyForComposer(java.lang.String fixedKey)
          Set a fixed key for licensing the MathFlow composer used to view embedded MathML equations.
 void setMathFlowFixedLicenseKeyForEditor(java.lang.String fixedKey)
          Set a fixed key for licensing the MathFlow editor dialog used to edit embedded MathML equations.
 

Method Detail

setMathFlowFixedLicenseKeyForEditor

void setMathFlowFixedLicenseKeyForEditor(java.lang.String fixedKey)
Set a fixed key for licensing the MathFlow editor dialog used to edit embedded MathML equations.

Parameters:
fixedKey - The fixed key. The key needs to be obtained from MathFlow: http://dessci.com/ and has the following format: MFSCKKK-KKKKKK-KKKKK If no editor key will be given then MathFlow will be used neither for editing nor for rendering.
Since:
14

setMathFlowFixedLicenseKeyForComposer

void setMathFlowFixedLicenseKeyForComposer(java.lang.String fixedKey)
Set a fixed key for licensing the MathFlow composer used to view embedded MathML equations.

Parameters:
fixedKey - The fixed key. The key needs to be obtained from MathFlow: http://dessci.com/ and has the following format: MFSEKKK-KKKKKK-KKKKK If no composer key will be given then the fallback for rendering will be the Apache JEuclid library.
Since:
14

Oxygen XML Editor 15.0 Author API

© Copyright SyncRO Soft SRL 2002 - 2013. All rights reserved.