Edytuj

Udostępnij za pośrednictwem


MsoTextCaps Enum

Definition

Specifies the capitalization of the text.

public enum class MsoTextCaps
public enum MsoTextCaps
type MsoTextCaps = 
Public Enum MsoTextCaps
Inheritance
MsoTextCaps

Fields

Name Value Description
msoCapsMixed -2

Display the text as mixed uppercase and lowercase letters.

msoNoCaps 0

Display the text with no uppercase letters.

msoSmallCaps 1

Display the text with any lowercase letters displayed as uppercase that are the same height as lowercase for the current font and size.

msoAllCaps 2

Display the text as all uppercase letters.

Applies to