InDesign SDK  20.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
HypPerformanceData Class Reference

#include <HypPerformanceData.h>

Static Public Member Functions

static uint64 GetHypMax ()
 
static void SetHypMax (uint64 data)
 
static void IncrementHypMax ()
 
static uint64 GetHypTotal ()
 
static void SetHypTotal (uint64 data)
 
static void IncrementHypTotal ()
 

Detailed Description

Class with methods to aceess performance data for Hyphenator.

Member Function Documentation

uint64 HypPerformanceData::GetHypMax ()
static

Get the maximum number of hyphenations in any word.

uint64 HypPerformanceData::GetHypTotal ()
static

Get the total number of hyphenation calls.

void HypPerformanceData::IncrementHypMax ()
static

Increment the maximum number of hyphenations in any word.

void HypPerformanceData::IncrementHypTotal ()
static

Increment the total number of hyphenation calls.

void HypPerformanceData::SetHypMax (uint64 data)
static
Set the maximum number of hyphenations in any word.

Parameters
dataof maximum number of hyphenations.
void HypPerformanceData::SetHypTotal (uint64 data)
static
Set the total number of hyphenation calls.

Parameters
dataof total number of hyphenation calls.