<PackageReference Include="Relativity.OutsideIn" Version="2020.8.1" />

HiliteText

public const int BackgroundColorFieldNumber = 6

public const int BookmarkFieldNumber = 3

public const int CharBoldFieldNumber = 9

public const int CharCapsFieldNumber = 14

public const int CharDotUnderlineFieldNumber = 19

public const int CharDoubleUnderlineFieldNumber = 17

public const int CharItalicFieldNumber = 8

public const int CharOutlineFieldNumber = 12

public const int CharShadowFieldNumber = 13

public const int CharSmallcapsFieldNumber = 11

public const int CharStrikeoutFieldNumber = 10

public const int CharSubscriptFieldNumber = 15

public const int CharSuperscriptFieldNumber = 16

public const int CharUnderlineFieldNumber = 7

public const int CharWordUnderlineFieldNumber = 18

public const int EndACCFieldNumber = 2

public const int ForegroundColorFieldNumber = 5

public const int HyperlinkFieldNumber = 4

public const int StartACCFieldNumber = 1

public static MessageDescriptor Descriptor { get; }

public static MessageParser<HiliteText> Parser { get; }

public Color BackgroundColor { get; set; }

public string Bookmark { get; set; }

public bool CharBold { get; set; }

public bool CharCaps { get; set; }

public bool CharDotUnderline { get; set; }

public bool CharDoubleUnderline { get; set; }

public bool CharItalic { get; set; }

public bool CharOutline { get; set; }

public bool CharShadow { get; set; }

public bool CharSmallcaps { get; set; }

public bool CharStrikeout { get; set; }

public bool CharSubscript { get; set; }

public bool CharSuperscript { get; set; }

public bool CharUnderline { get; set; }

public bool CharWordUnderline { get; set; }

public long EndACC { get; set; }

public Color ForegroundColor { get; set; }

public string Hyperlink { get; set; }

public long StartACC { get; set; }

public HiliteText()

public HiliteText(HiliteText other)

public int CalculateSize()

public HiliteText Clone()

public bool Equals(HiliteText other)

public void MergeFrom(HiliteText other)

public void MergeFrom(CodedInputStream input)

public void WriteTo(CodedOutputStream output)