public class FileParsingContext : ActionContext,
IResultOptions
Public Class FileParsingContext
Inherits ActionContext
Implements IResultOptions
public ref class FileParsingContext : public ActionContext,
IResultOptions
type FileParsingContext =
class
inherit ActionContext
interface IResultOptions
end
FileParsingContext(SessionProfile) | Constructs FileParsingContext with settings taken from SessionProfile. |
FileParsingContext(SessionProfile, Boolean) | Constructs FileParsingContext. If useProfile is true then the settings are taken from SessionProfile, otherwise they are initialized with default values. |
Action |
Text value of the current context usage.
(Inherited from ActionContext) |
ApproximateEqualAccuracy | Accuracy of the Approximate Equal operator. |
Cancel |
Determines if operation requests for canceling.
(Inherited from ActionContext) |
DecimalPlaces | Number of decimal places in the result. |
Dependencies |
All plug-in dependences for the current expression evaluation.
(Inherited from ActionContext) |
ExponentialThreshold | Exponential threshold of the result value. |
FileName |
Current Document full file name.
(Inherited from DocumentParams) |
FractionsTypeNumeric |
Numeric fractions type required for current context.
(Inherited from ActionContext) |
FractionType | Type of the fractions on output. |
GeneratorVersion |
Version of the application.
(Inherited from ActionContext) |
Id |
Id of the Document.
(Inherited from DocumentParams) |
IgnoreImages | When the value is true embedded images are not handled. |
Language | Language to use. |
Revision |
Revision number of the Document.
(Inherited from DocumentParams) |
RoundingMode | Mathematical rounding method to process a number that is midway. |
SessionProfile |
Session parameters.
(Inherited from ActionContext) |
SignificantDigits | Determines whether answer should be displayed in significant digits mode. |
SuppressUI |
Determines whether any interactions with user is not supported.
(Inherited from ActionContext) |
TrailingZeros | Determines whether trailing zeros must be displayed or not. |
UseMixedNumbers | Determines whether to show result as a combination of a whole number and a proper fraction. |
Version | Receives the version of the parsed file. |
AddDependency(AssemblyInfo) |
Add dependence from specific plug-in.
(Inherited from ActionContext) |
AddDependency(IEnumerable<AssemblyInfo>) |
Add dependences from specific plug-ins.
(Inherited from ActionContext) |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
GetHashCode | Serves as the default hash function. (Inherited from Object) |
GetType | Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
RaiseError |
Raise an error message.
(Inherited from ActionContext) |
RequestPlugins |
Raise a message about plg-in is requested.
(Inherited from ActionContext) |
ToString | Returns a string that represents the current object. (Inherited from Object) |
ErrorOccured |
Occurs if an error is found while the operation is in progress.
(Inherited from ActionContext) |
PluginsRequested |
Occurs if any plug-ins are requested.
(Inherited from ActionContext) |