Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / OMathSubSuperscript Class
Members

In This Topic
    OMathSubSuperscript Class
    In This Topic
    Represents a sub-superscript Office Math structure which consists of a base element, a reduced-size script element placed below and to the right, and a reduced-size script element placed above and to the right.
    Object Model
    OMathSubSuperscript Class
    Syntax
    'Declaration
     
    Public Class OMathSubSuperscript 
       Inherits OMathStruct
       Implements GrapeCity.Documents.Word.IBrowsable(Of OMathStruct) 
    public class OMathSubSuperscript : OMathStruct, GrapeCity.Documents.Word.IBrowsable<OMathStruct>  
    Inheritance Hierarchy

    System.Object
       GrapeCity.Documents.Word.ContentObject
          GrapeCity.Documents.Word.OMathStruct
             GrapeCity.Documents.Word.OMathSubSuperscript

    See Also