def isLinePixmapAndCharWidthArrValid(self,index):
     retV = TextDocument.isLinePixmapAndCharWidthArrValid(self, index)
     if retV == True:
         return self.__invalidPixmapAndCharWidthArrIndexs.count(index) == 0
     else:
         return retV