Click or drag to resize

UOFTranslator Class

This is a abstract class base Translator, it provides common functions.
Inheritance Hierarchy
System Object
Spire.Pdf.General.Paper.Uof UOFTranslator

Namespace: Spire.Pdf.General.Paper.Uof
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public abstract class UOFTranslator : IUOFTranslator

The UOFTranslator type exposes the following members.

Constructors
Name Description
Protected method UOFTranslator
Initializes a new instance of the UOFTranslator class
Top
Methods
Name Description
Public method AddFeedbackMessageListener
Add Feedback Message Listener.
Public method AddProgressMessageListener
Add Progress Message Listener.
Public method Static member ChkChartTypeNodes
Check the chart cotains how many chart Types (Combo type)
Public method Static member ChkValueShownAsLabel
Check the value of showval
Protected method CustomXMPretreatment
pretreatment of custom xml data,OOXM to UOF
Protected method DoOoxToUofMainTransform
Transform oox to uof.
Protected method DoUofToOoxMainTransform
Transform uof to oox.
Public method Equals
Determines whether the specified object is equal to the current object.
(Inherited from Object .)
Protected method Finalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object .)
Public method GetCategoryName(String)
get the categories name
Public method Static member GetCategoryName(XmlNode, XmlNamespaceManager)
get the category name
Public method Static member GetChartData
get the embeded chart data
Public method GetFileGuidName
Get guid from file.
Public method GetHashCode
Serves as the default hash function.
(Inherited from Object .)
Public method GetSeriesName(String)
get the series' name
Public method Static member GetSeriesName(XmlNodeList, XmlNamespaceManager)
get the series name
Public method Static member GetTitleText
get the title's text
Public method GetType
Gets the Type of the current instance.
(Inherited from Object .)
Public method Static member GetXPathDoc
Gets the Xpath of document.
Protected method GrpShPre
Xml document save to stream.
Protected method InitalPreProcessors
Inital Processors.
Protected method IsOox(Stream)
Gets whether the file is oox or not.
Protected method IsOox(String)
Gets whether the file is oox or not.
Protected method IsUof(Stream)
Gets whether the file is uof or not.
Protected method IsUof(String)
Gets whether the file is nof or not.
Protected method MainTransform
main transform which needs the orginal File
Protected method MemberwiseClone
Creates a shallow copy of the current Object .
(Inherited from Object .)
Protected method MessageCallBack
Message CallBack.
Protected method OlePretreatment
pretreatment of picture
Public method OoxToUof
Transform Oox To Uof.
Protected method PicPretreatment
pretreatment of picture
Public method ToString
Returns a string that represents the current object.
(Inherited from Object .)
Public method UofToOox
Transform Uof To Oox.
Protected method ZipXMLFile
zip the big xml file
Top
Fields
See Also