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

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

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

    See Also