Specifies whether a box is a fragment table box.
Syntax
| Visual Basic (Declaration) | |
|---|
Public Function IsFragmentTableBox( _
ByVal boxName As String _
) As Boolean |
| Visual Basic (Usage) | Copy Code |
|---|
Dim instance As JPxBoxParser
Dim boxName As String
Dim value As Boolean
value = instance.IsFragmentTableBox(boxName)
|
Parameters
- boxName
-
A String containing the name of the box.
Return Value
true if the box is a fragment table box; otherwise, false.
Requirements
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
See Also