VintaSoft JBIG2 .NET Plug-in: API changes in version 10.1
In This Topic
API changes in Vintasoft.Imaging.Office.OpenXml.dll
New classes:
public class Vintasoft.Imaging.Office.OpenXml.Editor. DocxDocumentEditor
|
Defines the editor of DOCX document. |
public class Vintasoft.Imaging.Office.OpenXml.Editor. DocxDocumentStyle
|
Provides the style properties of DOCX document. |
public class Vintasoft.Imaging.Office.OpenXml.Editor. DocxDocumentStyles
|
Provides the style definitions of DOCX document. |
public abstract class Vintasoft.Imaging.Office.OpenXml.Editor. OpenXmlDocumentEditor
|
Defines the editor of an Office Open XML document. |
public class Vintasoft.Imaging.Office.OpenXml.Editor. OpenXmlDocumentElement
|
Represents a base class that all elements in an Office Open XML document editor derive from. |
public class Vintasoft.Imaging.Office.OpenXml.Editor. OpenXmlDocumentElementCollection
|
Represents a collection of OpenXmlDocumentElement elements. |
public class Vintasoft.Imaging.Office.OpenXml.Editor. OpenXmlDocumentImage
|
Represents an image of an Open XML document. |
public class Vintasoft.Imaging.Office.OpenXml.Editor. OpenXmlDocumentParagraph
|
Represents the paragraph of an Open XML document. |
public class Vintasoft.Imaging.Office.OpenXml.Editor. OpenXmlDocumentRootElement
|
Represents the root element of an Open XML document. |
public abstract class Vintasoft.Imaging.Office.OpenXml.Editor. OpenXmlDocumentStyle
|
Provides the stype properties of an Open XML document. |
public class Vintasoft.Imaging.Office.OpenXml.Editor. OpenXmlDocumentTable
|
Represents the table of an Open XML document. |
public abstract class Vintasoft.Imaging.Office.OpenXml.Editor. OpenXmlDocumentTableCell
|
Represents the cell of the Open XML document table. |
public abstract class Vintasoft.Imaging.Office.OpenXml.Editor. OpenXmlDocumentTableRow
|
Represents the row of the Open XML document table. |
public class Vintasoft.Imaging.Office.OpenXml.Editor. OpenXmlTextContent
|
Represents the text content of an Open XML document. |
public class Vintasoft.Imaging.Office.OpenXml.Editor. OpenXmlTextProperties
|
Provides information about text properties of Open XML document. |
public class Vintasoft.Imaging.Office.OpenXml.Editor. XlsxDocumentEditor
|
Defines the editor of XLSX document. |
public class Vintasoft.Imaging.Office.OpenXml.Editor. XlsxDocumentSheet
|
Represents the worksheet of XLSX document. |
public class Vintasoft.Imaging.Office.OpenXml.Editor. XlsxDocumentSheetCell
|
Represents the worksheet cell of XLSX document. |
public class Vintasoft.Imaging.Office.OpenXml.Editor. XlsxDocumentSheetRow
|
Represents the row of XLSX worksheet. |
Changed classes:
Vintasoft.Imaging.Codecs.Decoders. DocxDocumentLayoutSettings
|
Added properties
|
public bool ShowHiddenContent { get ; set ; }
|
Gets or sets a value indicating whether the hidden content must be shown. |
|
|
Vintasoft.Imaging.Codecs.Decoders. XlsxDocumentLayoutSettings
|
Added properties
|
public bool ShowHiddenGraphics { get ; set ; }
|
Gets or sets a value indicating whether the hidden graphics must be shown. |
public bool ShowHiddenSheets { get ; set ; }
|
Gets or sets a value indicating whether the hidden worksheets must be shown. |
|
|
Vintasoft.Imaging.Office.OpenXml. OpenXmlDocument
|
Added properties
|
public Vintasoft.Imaging.Fonts. FontProgramsControllerBase FontProgramsController { get ; }
|
Gets the font programs controller that allows to access external font programs. |
|
|
New enumerations:
public enum Vintasoft.Imaging.Office. BorderSide
|
Specifies available border sides. |
public enum Vintasoft.Imaging.Office.OpenXml.Editor. OpenXmlTextHighlightType
|
Specifies available text higlight colors. |
public enum Vintasoft.Imaging.Office.OpenXml.Editor. OpenXmlTextUnderlineType
|
Specifies available types of text underlines. |
public enum Vintasoft.Imaging.Office.OpenXml.Editor. OpenXmlTextVerticalPositionType
|
Specifies available types of text vertical positions. |