Пример #1
0
 public void deselect(HeadingAlignmentOption option)
 {
     msclPINVOKE.HeadingAlignmentMethod_deselect(swigCPtr, (int)option);
     if (msclPINVOKE.SWIGPendingException.Pending)
     {
         throw msclPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Пример #2
0
        public bool selected(HeadingAlignmentOption option)
        {
            bool ret = msclPINVOKE.HeadingAlignmentMethod_selected(swigCPtr, (int)option);

            if (msclPINVOKE.SWIGPendingException.Pending)
            {
                throw msclPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }