Beispiel #1
0
        public Int32 get_TextWidth(NetOffice.OWC10Api.TextFormat textFormat, object text)
        {
            object[] paramsArray = Invoker.ValidateParamsArray(textFormat, text);
            object   returnItem  = Invoker.PropertyGet(this, "TextWidth", paramsArray);

            return(NetRuntimeSystem.Convert.ToInt32(returnItem));
        }
Beispiel #2
0
 public void Text(Int32 cx1, Int32 cy1, Int32 cx2, Int32 cy2, Int32 left, Int32 top, Int32 width, Int32 height, NetOffice.OWC10Api.TextFormat textFormat, object text)
 {
     object[] paramsArray = Invoker.ValidateParamsArray(cx1, cy1, cx2, cy2, left, top, width, height, textFormat, text);
     Invoker.Method(this, "Text", paramsArray);
 }
Beispiel #3
0
 public Int32 TextWidth(NetOffice.OWC10Api.TextFormat textFormat, object text)
 {
     return(get_TextWidth(textFormat, text));
 }
 public void Text(Int32 cx1, Int32 cy1, Int32 cx2, Int32 cy2, Int32 left, Int32 top, Int32 width, Int32 height, NetOffice.OWC10Api.TextFormat textFormat, object text)
 {
     Factory.ExecuteMethod(this, "Text", new object[] { cx1, cy1, cx2, cy2, left, top, width, height, textFormat, text });
 }
 public Int32 get_TextWidth(NetOffice.OWC10Api.TextFormat textFormat, object text)
 {
     return(Factory.ExecuteInt32PropertyGet(this, "TextWidth", textFormat, text));
 }