vbscript 9.检测方程是否是图片格式

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了vbscript 9.检测方程是否是图片格式相关的知识,希望对你有一定的参考价值。

Sub equationIsPicture()
    Dim p As InlineShape
    For Each p In ActiveDocument.InlineShapes
        If p.Range.Information(wdWithInTable) Then
            p.Select
            If Selection.Tables(1).Range.Rows.count = 1 Then
                If Selection.Range.ParagraphFormat.SpaceBefore = 6 And Selection.Range.ParagraphFormat.SpaceAfter = 6 Then
                    Selection.comments.Add Selection.Range, "The equation is a picture"
                End If
                   
            End If
        End If
    Next
End Sub

以上是关于vbscript 9.检测方程是否是图片格式的主要内容,如果未能解决你的问题,请参考以下文章

vbscript 7.检测图/表/方案是否多引漏引,提及在图片/表格后面也需提醒

php图片上传检测是否为真实图片格式

vbscript 2.检测AFF部分国家名是否是英文的写法

vbscript 检测数字和单位之间是否有空格;单位是否缩写

vbscript 检测是否有子表

vbscript 检测结论是否掉小号