private void method_16() { if (this.object_0 != null) { PropertyType type = this.propertyType_0; switch (type) { case PropertyType.Blob: this.object_0 = Class665.smethod_6(this.method_1()); return; case PropertyType.ObjectArray: this.object_0 = Class665.smethod_3(this.method_7()); return; } if (type == PropertyType.StringArray) { this.object_0 = Class665.smethod_2(this.method_5()); } } }
private void method_6() { if (this.object_0 != null) { switch (this.propertyType_0) { case Spire.CompoundFile.Doc.PropertyType.Blob: this.object_0 = Class665.smethod_6(this.Blob); break; case Spire.CompoundFile.Doc.PropertyType.ClipboardData: this.object_0 = Class665.smethod_4(this.ClipboardData); break; case Spire.CompoundFile.Doc.PropertyType.ObjectArray: this.object_0 = Class665.smethod_3(this.ObjectArray); break; case Spire.CompoundFile.Doc.PropertyType.StringArray: this.object_0 = Class665.smethod_2(this.StringArray); break; } } }