CiteOptions
:
Enum
Style options for citations
Value
AddSuffix
Show quotation suffix
AllAuthors
Show full author list
DateBrackets
Show date brackets
IsFootnote
Show footnote citation
None
None
ShowAuthors
Show author list
ShowBrackets
Show citation brackets if any
ShowDate
Show date
ShowOrder
Show citation order number
ShowPages
Show pages
Textual
Show citation without brackets
Method
public
static
CiteOptions
CiteOptions
.
AllFlags
Get a value with all flags on
public
virtual
int
object
.
Compare
(
value
)
Compares this object with another and returns (-1, 0, or 1)
public
static
const
int
CiteOptions
.
Count
Get number of enumerated values
public
static
CiteOptions
CiteOptions
.
FindValueByLabel
(
label
)
Get a value with a matching label
public
CiteOptions
[]
CiteOptions
.
GetFlagArray
Get an array of values for each flag set
public
int
CiteOptions
.
GetFlagCount
Returns the number of flags currently set
public
virtual
Icon
object
.
GetIcon
Return a icon for this object
public
virtual
object
.
GetLayoutBlock
Return a layout inside a block
public
virtual
Fact
.
GetLayoutFact
Return a layout for the fact browser
public
virtual
Fact
.
GetLayoutNode
Return a layout for a graph display
public
virtual
object
.
GetLayoutSpan
Return a layout inside a span
public
virtual
object
.
GetLayoutTip
Return a layout for the hint popup
public
virtual
object
.
GetSourceReference
Return a source reference for this object
public
virtual
void
object
.
GetTexSource
(
source
)
LaTeX source code for this object
public
bool
CiteOptions
.
HasFlag
(
CiteOptions
flag
)
Returns true if a value contains a flag
public
bool
CiteOptions
.
HasFlagMask
(
CiteOptions
mask
,
CiteOptions
flag
)
Returns true if a value contains flags represented by mask
public
string
CiteOptions
.
Label
The label of this enumeration if present, otherwise Name
public
string
CiteOptions
.
Name
The name of this enumeration
public
bool
CiteOptions
.
NotFlag
(
CiteOptions
flag
)
Returns true if a value does not contain a flag
public
static
CiteOptions
[]
CiteOptions
.
ValueArray
Get an array of values
Function
FlagMask
GetMask
(
CiteOptions
mask
,
CiteOptions
value
)
Create a FlagMaskClass object